summaryrefslogtreecommitdiffstats
path: root/services/auth/auth.go
Commit message (Expand)AuthorAgeFilesLines
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-231-1/+1
* Refactor cookie (#24107)wxiaoguang2023-04-131-1/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-10/+0
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+5
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-281-58/+4
* format with gofumpt (#18184)65432022-01-201-2/+4
* Support webauthn (#17957)Lunny Xiao2022-01-141-1/+4
* Reset Session ID on login (#18018)zeripath2021-12-201-1/+10
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+3
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+2
* Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916)zeripath2021-09-021-3/+3
* Refactor: Move login out of models (#16199)zeripath2021-07-241-5/+15
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+130