feat: implement jwks_uri handler in oidc discovery (#334)

Signed-off-by: Товарищ <2962928213@qq.com>
This commit is contained in:
Товарищ программист
2021-11-22 17:47:44 +08:00
committed by GitHub
parent 44b59d866a
commit bddd57cda8
6 changed files with 36 additions and 1 deletions

View File

@ -94,6 +94,7 @@ p, *, *, GET, /api/get-human-check, *, *
p, *, *, POST, /api/reset-email-or-phone, *, *
p, *, *, POST, /api/upload-resource, *, *
p, *, *, GET, /.well-known/openid-configuration, *, *
p, *, *, *, /api/certs, *, *
`
sa := stringadapter.NewAdapter(ruleText)