CORS problems with Auth0 and React

后端 未结 3 1451
北恋
北恋 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:03

    If you are developing locally, you can put the URL you are going to redirect to. For instance, if you are running on your localhost at port 4000, and you want to redirect to your route called /callback, you can put:

    http://localhost:4000/callback
    

    in that field.

提交回复
热议问题