feat: jwk endpoint

This commit is contained in:
Stavros
2026-01-29 15:44:26 +02:00
parent a8f57e584e
commit 63fcc654f0
7 changed files with 84 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ export default defineConfig({
"/.well-known": {
target: "http://tinyauth-backend:3000/.well-known",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/.well-known/, ""),
rewrite: (path) => path.replace(/^\/\.well-known/, ""),
},
},
allowedHosts: true,