aboutsummaryrefslogtreecommitdiffstats
path: root/services/auth/oauth2.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-7/+6
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-201-1/+1
* format with gofumpt (#18184)65432022-01-201-2/+1
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Decoupled code from DefaultSigningKey (#16743)KN4CK3R2021-08-271-2/+2
* Added introspection endpoint. (#16752)KN4CK3R2021-08-201-1/+11
* Refactor: Move login out of models (#16199)zeripath2021-07-241-13/+5
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+144