Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login via csrf token / State reuse #49

Closed
AsakuraMizu opened this issue Sep 16, 2023 · 0 comments
Closed

Login via csrf token / State reuse #49

AsakuraMizu opened this issue Sep 16, 2023 · 0 comments

Comments

@AsakuraMizu
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant