Auth0 keeps looping to login screen

Here is the screen shot

![alt text][1]

Auth JS file
[link text][2]

App.js file
[link text][3]

Your auth.js file seems to be a duplicate of the app.js. Can you please ensure you have gone through the React quickstart, specifically configuring the callback URL/redirectUri:

As mentioned in the comments one good way to troubleshoot the root cause is to go through the associated quickstart if one is available and try to see if you get the same behavior. If you don’t get the same behavior try to spot what your client application may be doing differently.

For example, if your client application does not correctly process the first authentication and marks the end-user as authenticated then subsequent request could trigger the login again.

Thanks. Working on debugging it now.

Thanks. Working on debugging it now.