CORS problems with Auth0 and React

后端 未结 3 1450
北恋
北恋 2020-12-19 01:48

I am currently trying implement Auth0 in my NodeJS + React App. This tutorial given is really good and helpful, though I have one big problem. Every time I try to login/regi

3条回答
  •  攒了一身酷
    2020-12-19 02:01

    Auth0 needs to know what your allowed origins and callback URLs are for your application. You can configure that in your application's settings in the dashboard: https://manage.auth0.com/#/applications

提交回复
热议问题