authenticate
authenticate copied to clipboard
A Rails authentication gem.
Hello, are you guys aware of a way to use routing constraints with this gem? like devise does through: authenticated :user do root 'secret#index', as: :authenticated_root end thank you, Andreas
 It should instead report **Email is required**. As a matter of fact when an unregistered email address is entered then too the same notice...
Good day. I found that Authenticate doesn't support signed and encrypted cookies yet, so I decided to implement it. I will be glad if you'll accept PR and maybe even...
User table would no longer have a single session id. A separate session table would track multiple sessions per user.