summaryrefslogtreecommitdiff
path: root/game/vault.rpy
AgeCommit message (Expand)AuthorFilesLines
2023-06-24use calcOTP() wrapperJesusaves1-12/+1
2023-06-03Save the OTP tokenJesusaves1-0/+1
2023-05-12Allow users to disable password maskingJesusaves1-1/+1
2023-05-12Report errors 401 and 403 as authentication errors, for those unawareJesusaves1-0/+3
2022-08-22Automatic login: Death to the annoying login screen!Jesusaves1-0/+3
2022-06-16Add Support for Renpy 8Administrator1-3/+12
2022-04-08wdym, "_" is not allowedJesusaves1-2/+2
2021-12-18Add some notes, I probably would get a F at security XDJesusaves1-0/+2
2021-12-18Move the subkey to MultiPersistent and increase a bit entropy.Jesusaves1-4/+5
2021-12-18Remember password (unsafe)Jesusaves1-1/+23
2021-12-18Allow to remember email when single screen is setJesusaves1-4/+25
2021-12-18Add a single screen login methodJesusaves1-0/+203