Working with devise for Rails authentication

I’ve begun using devise for authentication for my various Ruby on Rails applications.  It is based on warden which seems a sensible choice.  There is also a fairly large community and active development.  Devise plays nice with authorization libraries such as CanCan and can be integrated with OmniAuth for oauth/oauth2 authentication.  I’ve run into a number of issues so I thought I would track some of the useful links that have helped me out.

Leave a Reply

Your email address will not be published. Required fields are marked *