Custom /.well-known/ #593
nagoorkani
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Custom well known is already supported so long as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are using nextjs13 for one our app. We've discovered an issue within the auth flow due to the our custom
well-known
config. Making a small tweak to the existing code solves our problemif (parsed.pathname.includes('/.well-known'))
inissuer.js
Please let me know.
Beta Was this translation helpful? Give feedback.
All reactions