Skip to content
Discussion options

You must be logged in to vote

The docs explain that you can host your own UI (which is what I want to do in my case) for registration. Does that also include the confirm email / set password-passkey section?

Kind of, yes, but it's not too straight forward. The reason is that all Passkey related actions must be done on the exact same origin. So you have 2 ways of providing your own UI for UIs where you can not just do the requests from another origin:

  1. Route overwrite via reverse proxy: You can host your own UI parts alongside Rauthy, and then overwrite the specific routes (e.g. for password resets or the account dashboard) with a reverse proxy, which sits in front of your appplications.
  2. Custom compile from source: Y…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@zacharygoulet
Comment options

@sebadob
Comment options

@sebadob
Comment options

Answer selected by sebadob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants