feat: use config issuer for everything
This commit is contained in:
@ -55,7 +55,7 @@ func (s *APIServer) Run() error {
|
||||
})
|
||||
|
||||
router.Get("/.well-known/jwks.json", oauthHandler.WriteJWKS)
|
||||
router.Get("/.well-known/openid-configuration", oauth.OpenIdConfiguration)
|
||||
router.Get("/.well-known/openid-configuration", oauthHandler.OpenIdConfiguration)
|
||||
|
||||
router.Get("/*", func(w http.ResponseWriter, r *http.Request) {
|
||||
path := "./dist" + r.URL.Path
|
||||
|
Reference in New Issue
Block a user