Search code examples
ruby-on-railsruby-on-rails-3remember-mewarden

remember_me with warden


For my lastest project I'm using https://github.com/hassox/rails_warden. It suits my needs very well except that I can't find a good way to implement remember_me. I know that it's notoriously difficult to get remember_me right from a security point of view so I'm hoping there's a project out there that will do the job. Anyone seen anything or get a good idea?


Solution

  • Devise, which is an authentication solution on top of Warden, has a rememberable implementation.