aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/oauth.go
Commit message (Expand)AuthorAgeFilesLines
* Decoupled code from DefaultSigningKey (#16743)KN4CK3R2021-08-271-16/+17
* Add EdDSA JWT signing algorithm (#16786)Aliaksandr Mianzhynski2021-08-251-1/+1
* Added introspection endpoint. (#16752)KN4CK3R2021-08-201-55/+43
* Fix wrong user in OpenID response (#16736)KN4CK3R2021-08-191-10/+10
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+2
* switch to maintained lib (#16532)techknowlogick2021-07-241-1/+1
* Refactor: Move login out of models (#16199)zeripath2021-07-241-7/+7
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-171-10/+49
* Add OpenID claims "profile" and "email". (#16141)KN4CK3R2021-06-141-0/+29
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-2/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+646