Registration flow #1184
Replies: 1 comment 2 replies
-
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:
If you only want to do the registration, you don't need any of that, because you can do the
There are multiple reasons why it is like that and yes there are some clear advantages:
Yes and it makes total sense like that. Your user is already registered, so why should it be possible to do this again? This makes no sense. Unconfirmed users will be auto-deleted after the link expires and was never used, if you have an open registration endpoint. This makes sure that even if a bot or spammer would do the full registration incl the PoW, they would be cleaned up automatically if they don't complete the flow. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I've been looking at Rauthy and trying to use it for a side project and I've got a couple of questions regarding the registration flow.
Thank you!
NB: I'm newish to authentication so sorry in advance if any of my question are obvious!
Beta Was this translation helpful? Give feedback.
All reactions