summaryrefslogtreecommitdiffstats
path: root/models/login
Commit message (Collapse)AuthorAgeFilesLines
* Move session to models/login (#17338)Lunny Xiao2021-10-171-0/+127
| | | Move model/session.go to models/login
* Don't panic if we fail to parse U2FRegistration data (#17304)David Jimenez2021-10-142-1/+27
| | | | | | | | | * Don't panic if we fail to parse a U2FRegistration data Downgrade logging statement from Fatal to Error so that errors parsing U2FRegistration data does not panic; instead, the invalid key will be skipped and we will attempt to parse the next one, if available. Signed-off-by: David Jimenez <dvejmz@sgfault.com>
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-254-0/+374
|
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-246-0/+1305
* Move login related structs and functions to models/login * Fix test * Fix lint * Fix lint * Fix lint of windows * Fix lint * Fix test * Fix test * Only load necessary fixtures when preparing unit tests envs * Fix lint * Fix test * Fix test * Fix error log * Fix error log * Fix error log * remove unnecessary change * fix error log * merge main branch