Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is AuthenticatedSystem an open source RoR module?

I am looking at this github app, and they have a module named AuthenticatedSystem.

I googled and found a rdoc, but can't find the source code for the module.

Anyone heard of this? I know there are other authentication modules out there, but I am looking to just learn from this one as it looks simple to me.

like image 622
Blankman Avatar asked Mar 24 '26 19:03

Blankman


1 Answers

Yes, the AuthenticatedSystem module is part of the highly popular restful_authentication plugin:

http://github.com/technoweenie/restful-authenticationlink text http://rubygems.org/gems/restful_authentication

I hope this helps!

like image 117
Jaime Bellmyer Avatar answered Mar 27 '26 08:03

Jaime Bellmyer