forgejo/templates/user/auth
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
..
activate.tmpl Fixed several activation bugs (#15473) 2021-04-30 22:21:33 +02:00
change_passwd.tmpl
change_passwd_inner.tmpl
finalize_openid.tmpl
forgot_passwd.tmpl
grant.tmpl
grant_error.tmpl
link_account.tmpl fix link account ui (#14763) 2021-02-21 20:14:27 -05:00
oidc_wellknown.tmpl Feature/oauth userinfo (#15721) 2021-05-06 01:30:15 -04:00
prohibit_login.tmpl
reset_passwd.tmpl
signin.tmpl
signin_inner.tmpl Remove usage of JS globals (#15378) 2021-04-09 19:42:38 -04:00
signin_navbar.tmpl
signin_openid.tmpl
signup.tmpl
signup_inner.tmpl
signup_openid_connect.tmpl
signup_openid_navbar.tmpl Enforce tab indentation in templates (#15289) 2021-04-10 23:46:37 -04:00
signup_openid_register.tmpl
twofa.tmpl Enforce tab indentation in templates (#15289) 2021-04-10 23:46:37 -04:00
twofa_scratch.tmpl
u2f.tmpl
u2f_error.tmpl