Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 268 Bytes

README.rdoc

File metadata and controls

8 lines (5 loc) · 268 Bytes

Devise Custom Authentication Strategy Demo

This is a simple rails application that demonstrates using devise for authentication and a custom authentication strategy.

The strategy is defined in lib/my_authentication.rb.

The strategy is enabled in the User model.