summaryrefslogtreecommitdiff
path: root/app/models/token.rb
AgeCommit message (Collapse)Author
2015-03-17add support for rotating tokens and sessions databases, and for a special ↵elijah
tmp db for test users.
2014-05-26hash token with sha512 against timing attacs #3398Azul
2014-05-13allow for usernames with dotsAzul
preparing for #5664 with some test improvements i ran into this issue This commit includes a fix and the test improvements. In particular it adds BrowserIntegrationTest#login - so there is no need to go through the signup procedure everytime you want a user to be logged in.
2014-04-08moving users: app and test filesAzul