Optional userId & userName #391
Replies: 1 comment 1 reply
-
I'm disinclined to make those arguments for I personally wouldn't advocate for this because what if you have a username collision? The submission of a value for
Especially in passkey-oriented flows Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Maybe I'm mistaken but we could make userId & userName optional in
generateRegistrationOptions
.The current flow looks like :
/signup
/signup/challenge
/signup/verify
But as the challenge doesn't really need the userId & userName, we could save ourselves a request by sending the challenge alongside the HTML page :
/signup
/signup/verify
Beta Was this translation helpful? Give feedback.
All reactions