Closed JeanneGrenet closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
start-ui | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Aug 9, 2024 1:05pm |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Testing done. Everything seems to work as intended. I tried different actions (register, login, update email and delete account) that needed this code : each time the code is send and working as intended (if another code is given, it return an error) and the code given is alphanumeric.
Closes #514
Description :
Following the Copenhagen Book we should use alphanumeric code for validation (without some specific characters) to prevent user errors. https://thecopenhagenbook.com/email-verification Use the oslo library for this https://oslo.js.org/reference/crypto/generateRandomString
TASKS
generateCode()
withgenerateRandomString()
alphabet()
PinInput
to accept alphanumeric characters