aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/oauth.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor auth package (#17962)Lunny Xiao2022-01-021-752/+0
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-3/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+1
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-5/+50
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-13/+16
* 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