Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439) | Gusted | 2022-02-04 | 1 | -1/+1 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -14/+14 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -6/+6 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -15/+15 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -13/+14 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -14/+15 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -2/+2 |
* | Fix delete nonexist oauth application 500 and prevent deadlock (#15384) | Lunny Xiao | 2021-04-10 | 1 | -0/+4 |
* | Add Get/Update for api/v1/user/applications/oauth2 (#11008) | Dan Molik | 2020-04-09 | 1 | -3/+66 |
* | adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) | Gustavo Marin | 2020-02-29 | 1 | -0/+96 |