0

I am from Zend Framework background moving to Rails.

Are there any frameworks similar to Zend_Authentication in Rails?

It should handle

  • various authentication adapters
  • helper methods for logged_in? etc
  • OAuth Support
Raj
  • 22,346
  • 14
  • 99
  • 142

1 Answers1

2

You're looking for Devise gem https://github.com/plataformatec/devise

Mike Szyndel
  • 10,461
  • 10
  • 47
  • 63