devise_example
devise_example copied to clipboard
New demo features?
I'm looking for good demo features to add based on the core devise gem functionality (i.e. no other add-ons)
Leave some comments in this issue and we will consider what to add and/or clean up.
Thanks for your help!
Jay
In the current example, the token page does not show a parameter.
: Need this added to the model before_save :ensure_authentication_token
An example showing extra fields on the model, since rails 4 does away with attr_accessor, there are pages describing how to do this but an example would be better.