summaryrefslogtreecommitdiff
path: root/users/app/controllers/controller_extension/token_authentication.rb
AgeCommit message (Expand)Author
2014-04-08moving users: app and test filesAzul
2014-02-10require_token now checks for token and loginAzul
2014-02-10rename authorize to require_loginAzul
2014-02-10minor: refactor token auth a bitAzul
2013-09-03use Token#authenticate for authenticationAzul
2013-08-27token.user will get you the right userAzul
2013-08-27do not redirect if no token presentAzul
2013-08-27clear token on logout with testAzul
2013-08-27basic testing for token based auth in testsAzul
2013-08-27first steps towards enabling token based authAzul