Should steps 28 and 29 occur before Step 27 in the registration ceremony
Closed this issue · 1 comments
zacknewman commented
Currently step 27 occurs before steps 28 and 29; however it seems weird to "create and store a new credential record in the user account" before successfully completing steps 28 and 29, right? This means one could save a credential even though the ceremony fails later.
A similar issue exists for the authentication ceremony where step 23 occurs before steps 24 and 25.
I think moving those steps last makes the most sense since this way any credential creation or update occurs iff the ceremony succeeds.