0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 14:23:11 +01:00
gitea/routers/user
N. L. H 45970ae82e
Feature/oauth userinfo (#15721)
* Implemented userinfo #8534

* Make lint happy

* Add userinfo endpoint to openid-configuration

* Give an error when uid equals 0

* Implemented BearerTokenErrorCode handling

* instead of ctx.error use ctx.json so that clients
parse error and error_description correctly

* Removed unneeded if statement

* Use switch instead of subsequent if statements
Have a default for unknown errorcodes.

Co-authored-by: Nils Hillmann <hillmann@nlh-software.de>
Co-authored-by: nlhsoftware <nlhsoftware@noreply.localhost>
2021-05-06 01:30:15 -04:00
..
setting
auth_openid.go
auth.go Fixed several activation bugs (#15473) 2021-04-30 22:21:33 +02:00
avatar.go
home_test.go
home.go
main_test.go
notification.go
oauth.go Feature/oauth userinfo (#15721) 2021-05-06 01:30:15 -04:00
profile.go
task.go