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
{{ message }}
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
Currently, the mail token is stored directly inside Redis.
It means that it's entirely possible to start the auth process on one device, and then follow the confirmation link on another device, which may break the OAuth process.
For this reason, the mail token should be stored inside the session, ensuring that the second part of the process will happen on the same device that the first part.
The text was updated successfully, but these errors were encountered:
Currently, the mail token is stored directly inside Redis.
It means that it's entirely possible to start the auth process on one device, and then follow the confirmation link on another device, which may break the OAuth process.
For this reason, the mail token should be stored inside the session, ensuring that the second part of the process will happen on the same device that the first part.
The text was updated successfully, but these errors were encountered: