What are the best authentication and authorization examples for your favorite web framework?
Posted
by Nathan Feger
on Stack Overflow
See other posts from Stack Overflow
or by Nathan Feger
Published on 2009-04-28T04:02:02Z
Indexed on
2010/05/18
17:00 UTC
Read the original article
Hit count: 277
web-development
|authentication
I have been looking through java web frameworks lately (though this question need not be limited to java), and I noticed that most examples on web framework websites leave out auth & auth examples in their stock documentation.
one ruby example: acts_as_authenticated (link?)
grails has: http://www.grails.org/Authentication+Plugin
Anyway, please throw up some links to your framework of choice, and a link to a nice walkthrough to implementing an auth&auth solution.
© Stack Overflow or respective owner