You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do the same thing with a Rails 5 API using https://github.com/lynndylanhurley/devise_token_auth. I want users to be able to sign in with an oauth provider (Google, FB, etc.), have the user authenticated and inserted into the table on the backend and then get back to my React frontend (a separate app) authed by the new token.
Have you gotten something like that working @drothschild ?
I'm setting up a solution with devise_token_auth authorizing users through Github. Does redux-token-auth support that?
The text was updated successfully, but these errors were encountered: