kscalelabs / store

K-Scale Labs store
https://robolist.xyz
MIT License
6 stars 4 forks source link

Don't create user until they verify their email #145

Closed chennisden closed 3 weeks ago

chennisden commented 3 weeks ago

Not sure if this is desirable (since slightly nonstandard registration flow) but it is the best way to do things, I feel.

Back in the old Rust implementation, the registration flow worked like this:

Send registration link to email -> Create account with registration link

so that any account created is email-verified by definition.