auth0-blog / react-flux-jwt-authentication-sample

Sample for implementing Authentication with a React Flux app and JWTs
590 stars 101 forks source link

Redirect to `nextPath` after login #13

Closed faergeek closed 9 years ago

faergeek commented 9 years ago

Now after login it always redirects the user to home route, although, there's a nextPath GET param in request. Even worse, it redirects user to home after every refresh (cause it's always treated as a real login).

mgonto commented 9 years ago

Looks awesome :).

Merging!

Thanks for the PR :).