How to Create a Custom Strategy with the Devise Gem

Black background code box with comments in green and code

Devise is a very helpful gem used to resolve authentication in a Ruby on Rails environment. In the words of the Devise team, “Devise is a flexible authentication solution for Rails based on Warden.” Upon seeing this definition you now know that Devise works with another gem called “Warden”. So when working with the Devise… Continue reading How to Create a Custom Strategy with the Devise Gem