summaryrefslogtreecommitdiffstats
path: root/services/auth/oauth2.go
Commit message (Expand)AuthorAgeFilesLines
* allow the actions user to login via the jwt token (#32527) (#32580)Rowan Bohde2024-11-211-0/+23
* Disable Oauth check if oauth disabled (#32368) (#32480)wxiaoguang2024-11-121-0/+3
* Fix tarball/zipball download bug (#29342)Zettat1232024-02-231-1/+1
* Deprecate query string auth tokens (#28390)Jack Hay2023-12-121-7/+13
* Fix attachment download bug (#27486)Lunny Xiao2023-10-101-1/+1
* Allow get release download files and lfs files with oauth2 token format (#26430)Lunny Xiao2023-10-011-1/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-9/+9
* Remove `Named` interface (#26913)KN4CK3R2023-09-051-1/+0
* Fix the error message when the token is incorrect (#25701)caicandong2023-07-111-22/+28
* Implement actions (#21937)Jason Song2023-01-311-3/+16
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-0/+4
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-281-9/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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