Access Token request page keeps refreshing and getting new token all the time

I am building an app that is authenticated by auth0 and have backend on firebase. So I authenticated the user by auth and get an access token to send to firebase to give the user access and get user’s profile. But when I log in with auth0 app opens I see access_token in the address bar but the page keeps to reload and every time and token changes. I have no idea what can cause it. I use React for my app.

I have the project in github if you want to see.
github

2 Likes

@rufataliyevbakou did you ever figure out the cause of this? I’m experiencing the exact same thing on a react app authenticated by auth0 with a firebase backend. The issue only happens to me on my local machine

1 Like