mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 09:31:19 +02:00
1. Make "Issuer" strictly follow the spec (see comment) 2. Make "/.well-known/openid-configuration" respond 404 if the OAuth2 provider is not enabled. Then by the way, remove the JSEscape template helper because it is not needed any more.
7 lines
102 B
JSON
7 lines
102 B
JSON
{
|
|
"info": {
|
|
"version": "{{.SwaggerAppVer}}"
|
|
},
|
|
"basePath": "{{.SwaggerAppSubUrl}}/api/v1"
|
|
}
|