summaryrefslogtreecommitdiff
path: root/src/routers/vault/middlewares
AgeCommit message (Expand)AuthorFilesLines
2020-05-15set legacy variables in ported charsHEADmastergumi1-13/+57
2020-03-31add support for nanoid for session tokensgumi2-6/+5
2020-03-28add email validation bypass for local developmentgumi1-1/+10
2020-03-28require sending the email address on identity validationgumi1-1/+7
2020-03-28add authentication bypass for local developmentgumi1-1/+10
2020-03-27set the vault account id in an account variablegumi2-3/+22
2020-03-27use sequelize setters for ip addressesgumi4-10/+10
2020-03-18fix cache update on evol name changegumi1-1/+1
2020-03-15add an Identity typegumi3-73/+79
2020-03-11refactor the authentication and validationgumi5-541/+152
2020-03-08immediately swap the uuid after login and check the emailgumi1-1/+41
2020-03-06prevent uuid bruteforcinggumi5-8/+133
2020-03-06expose the vault account idgumi2-0/+6
2020-03-05oh how I wish this was typescriptgumi1-1/+1
2020-03-04this is for you, Jesusalvagumi4-20/+20
2020-03-04pre-cache the game accounts on logingumi3-164/+72
2020-03-03add rudimentary anti-bruteforcinggumi4-11/+59
2020-03-03tmwa accounts can have 4-character passwords (yes, it's dumb)gumi1-1/+1
2020-03-03simplify some sequelize operationsgumi2-11/+6
2020-03-03auto-fix accounts with no primary identitygumi1-1/+6
2020-03-02more bugs, yaygumi1-1/+1
2020-03-02fix primary identity assignment for new accountsgumi1-1/+1
2020-03-02hotfixgumi2-6/+26
2020-03-02add support for Vault + major refactorgumi5-0/+1492