thu-learn-lib icon indicating copy to clipboard operation
thu-learn-lib copied to clipboard

Login via csrf token / State reuse

Open AsakuraMizu opened this issue 2 years ago • 0 comments

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.

AsakuraMizu avatar Sep 16 '23 16:09 AsakuraMizu