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
As of right now, tokens have infinite expiration time and will only expire if you fail to guess them after several tries. This ticket aims to address this.
Task: make sure token will be invalid one minute after generation.
Notes:
Don't use setTimeout
Use vanilla JS
Make sure different message is being displayed if verification fails due to expired token
Don't forget to add code documentation
The text was updated successfully, but these errors were encountered:
As of right now, tokens have infinite expiration time and will only expire if you fail to guess them after several tries. This ticket aims to address this.
Task: make sure token will be invalid one minute after generation.
Notes:
setTimeout
The text was updated successfully, but these errors were encountered: