summaryrefslogtreecommitdiff
path: root/app/models/temporary_user.rb
AgeCommit message (Collapse)Author
2016-08-12move temporary_user into lib - fix load issueAzul
We already did the same for other concerns. The way we load models for couchrest migrations does not work well with concerns in the model directory as they will be loaded twice.
2016-03-28api tokens - clarify terms: "monitors" are admins that authenticated via api ↵elijah
token, "tmp" users are users that exist only in tmp db, "test" users are either tmp users or users named "test_user_x"
2015-03-17add support for rotating tokens and sessions databases, and for a special ↵elijah
tmp db for test users.