Add /.well-known/openid-configuration route.

This commit is contained in:
Yang Luo
2021-09-25 14:54:13 +08:00
parent 80d2738863
commit a1b5282da9
7 changed files with 112 additions and 2 deletions

View File

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