summaryrefslogtreecommitdiff
path: root/users/test/unit/token_test.rb
AgeCommit message (Collapse)Author
2013-11-08fix cornercase of non expiring tokensAzul
2013-11-08Token.destroy_all_expired to cleanup expired tokens (#4411)Azul
2013-09-03expire token according to config setting auth:token_expires_afterAzul
2013-04-09let's use safe ids instead of the default couch onesAzul
Couch uses partly random partly sequential ids by default. We could change that in couch config to be all random. But this is probably more safe.
2013-04-09initial token model and unit testAzul