summaryrefslogtreecommitdiffstats
path: root/routers/web/user/oauth_test.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor auth package (#17962)Lunny Xiao2022-01-021-76/+0
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-2/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-1/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+3
* Decoupled code from DefaultSigningKey (#16743)KN4CK3R2021-08-271-2/+1
* Add EdDSA JWT signing algorithm (#16786)Aliaksandr Mianzhynski2021-08-251-1/+1
* Fix wrong user in OpenID response (#16736)KN4CK3R2021-08-191-0/+75