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
Current logic requires re-logging in every time creating a Learn2018Helper instance.
But if previous csrf token is still valid, this step is actually unnecessary. By reusing previous token, a new instance can be created without logging in.
This feature may requires a small refactor to current login process.
The text was updated successfully, but these errors were encountered:
Current logic requires re-logging in every time creating a
Learn2018Helper
instance.But if previous csrf token is still valid, this step is actually unnecessary. By reusing previous token, a new instance can be created without logging in.
This feature may requires a small refactor to current login process.
The text was updated successfully, but these errors were encountered: