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 …
Continue reading ‘Working with devise for Rails authentication’ »