You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These token should not be constructed with a JSON Web Signature because it is vulnerable to an offline bruteforce attack and it provide the ability to take over any account .
These tokens must be generated randomly, saved into users db and cleared once the new password/email was confirmed.
Token : change email/reset password
These token should not be constructed with a JSON Web Signature because it is vulnerable to an offline bruteforce attack and it provide the ability to take over any account .
These tokens must be generated randomly, saved into users db and cleared once the new password/email was confirmed.