react-devise icon indicating copy to clipboard operation
react-devise copied to clipboard

A ReactJS front-end for a Ruby on Rails Devise authentication server.

Results 4 react-devise issues
Sort by recently updated
recently updated
newest added

There is a problem in current behavior: * at the moment of user logging in, `currentUser` state is established in redux store. Authtoken is saved to local storage. Then it...

`` doesn't work without `redux-persist` . But this is not mentioned in document. It took me a few hours to trace the sample code to figure this out. I can...

Does this support Omniauth at the moment? Or is this planned?

Hello, given the way react-devise handle the user routes, is it possible to support a user profile route? Something like: ` Currently the above will cause the browser to redirect/loop...