Happy Birthday Devise
Devise (a full authentication stack for Rails) reaches 1.0 after four months since its first release! Carlos describes in this post all features that were added along the way: authentication, HTTP Basic authentication, token authentication, registration, analytics, timeout, account locking, account confirmation, forgot password and many others, thanks to Devise modular architecture which allows you to pick just what you want.
Comments
Congratulations! Yeah I installed the gem yesterday (or was it the day before yesterday..) and I noticed:
=> Successfully installed devise 1.0.0!
So I immediately checked the repository on GitHub and sure enough, there it was. I haven’t checked it out in a while and we needed a nice authentication engine that could be used in combination with MongoMapper for our current project. Devise it is! I like all the modules you guys have added thus far. Very useful!
Thanks a lot and keep up the great work, can’t wait to see what else you guys come up with! :)
Post a comment