heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
24.01k stars 5.55k forks source link

Add support for other encryptions #30

Closed mhfs closed 15 years ago

mhfs commented 15 years ago

Hey José,

Here comes the issue for your records.

Feature description: It would be nice to add support for encryptions of different solutions to allow people to migrate production applications to Devise.

Here's my implementation: http://github.com/mhfs/devise/

Currently supporting Clearance, Authlogic and Restful-Authentication.

Discussion in mailing list: http://groups.google.com/group/plataformatec-devise/browse_thread/thread/fb9c7f6b5bc02959

Thanks, Marcelo

josevalim commented 15 years ago

Marcelo, Just merged. Thank you for your excellent work! :)