thu-learn-lib
thu-learn-lib copied to clipboard
Login via csrf token / State reuse
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.