Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure redirect URI screen hints #121

Closed
PaulAsjes opened this issue Oct 25, 2024 · 0 comments · Fixed by #123
Closed

Configure redirect URI screen hints #121

PaulAsjes opened this issue Oct 25, 2024 · 0 comments · Fixed by #123

Comments

@PaulAsjes
Copy link
Contributor

Should allow the "sign up" screen hint to be configurable on a per-path basis. This way users who are redirected to AuthKit see the appropriate screen hint.

Example:

export default authkitMiddleware({ 
  signUpPaths: ['/organization/join', '/foo', '/bar']
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant