Anpanator / jnc-downloader

A python script to automatically (pre-)order books and download them from your J-Novel.club library.
The Unlicense
8 stars 5 forks source link

Store auth token rather than credentials #9

Closed Anpanator closed 3 years ago

Anpanator commented 3 years ago

Change the auth flow as follows:

  1. Ask user for username and password (rather than storing it in the script file)
  2. Log in using those credentials
  3. Store Auth token and keep using it until it expires.
Anpanator commented 3 years ago

Fixed in experimental