Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-24 | use calcOTP() wrapper | Jesusaves | 1 | -12/+1 | |
2023-06-03 | Save the OTP token | Jesusaves | 1 | -0/+1 | |
2023-05-12 | Allow users to disable password masking | Jesusaves | 1 | -1/+1 | |
2023-05-12 | Report errors 401 and 403 as authentication errors, for those unaware | Jesusaves | 1 | -0/+3 | |
2022-08-22 | Automatic login: Death to the annoying login screen! | Jesusaves | 1 | -0/+3 | |
2022-06-16 | Add Support for Renpy 8 | Administrator | 1 | -3/+12 | |
2022-04-08 | wdym, "_" is not allowed | Jesusaves | 1 | -2/+2 | |
2021-12-18 | Add some notes, I probably would get a F at security XD | Jesusaves | 1 | -0/+2 | |
2021-12-18 | Move the subkey to MultiPersistent and increase a bit entropy. | Jesusaves | 1 | -4/+5 | |
It is less safe than SHA-1, and the hash itself is vulnerable to bruteforce. But this should be enough for general purpose. | |||||
2021-12-18 | Remember password (unsafe) | Jesusaves | 1 | -1/+23 | |
2021-12-18 | Allow to remember email when single screen is set | Jesusaves | 1 | -4/+25 | |
2021-12-18 | Add a single screen login method | Jesusaves | 1 | -0/+203 | |