forgejo/routers
N. L. H 45970ae82e
Feature/oauth userinfo ()
* Implemented userinfo 

* 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
..
admin Move modules/forms to services/forms () 2021-04-06 20:44:05 +01:00
api/v1 Use route rather than use thus reducing the number of stack frames () 2021-05-04 22:48:31 +01:00
dev [refactor] replace int with httpStatusCodes () 2021-04-05 11:30:52 -04:00
events Code Formats, Nits & Unused Func/Var deletions () 2021-04-09 09:40:34 +02:00
org Unified link creation. () 2021-04-30 19:25:13 +02:00
private [refactor] replace int with httpStatusCodes () 2021-04-05 11:30:52 -04:00
repo fix some ui bug about draft release () 2021-05-06 05:12:50 +02:00
routes Feature/oauth userinfo () 2021-05-06 01:30:15 -04:00
user Feature/oauth userinfo () 2021-05-06 01:30:15 -04:00
utils Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL () 2021-02-19 22:36:43 +01:00
home.go [refactor] replace int with httpStatusCodes () 2021-04-05 11:30:52 -04:00
init.go Refactor renders () 2021-04-19 18:25:08 -04:00
install.go Move modules/forms to services/forms () 2021-04-06 20:44:05 +01:00
metrics.go Move metrics from macaron to chi () 2020-11-17 15:50:06 -05:00
swagger_json.go [refactor] replace int with httpStatusCodes () 2021-04-05 11:30:52 -04:00