summaryrefslogtreecommitdiffstats
path: root/routers/web/auth/oauth.go
Commit message (Expand)AuthorAgeFilesLines
...
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-3/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-10/+10
* Prevent panic on prohibited user login with oauth2 (#18562)zeripath2022-02-031-1/+1
* Fix OAuth Source Edit Page (#18495)zeripath2022-01-311-0/+4
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-201-14/+10
* format with gofumpt (#18184)65432022-01-201-1/+0
* Fix incorrect OAuth message (#18332)wxiaoguang2022-01-191-1/+1
* Support webauthn (#17957)Lunny Xiao2022-01-141-8/+12
* Show OAuth callback error message (#18185)KN4CK3R2022-01-071-1/+35
* Refactor auth package (#17962)Lunny Xiao2022-01-021-0/+1124