News

I followed the React: Login tutorial for Auth0's SPA SDK and it works fine. Particularly, a PrivateRoute redirects an unauthenticated user to the Auth0 login page and then back to intended path. Then ...