yosko/yoslogin

Long-terme session example won't work if directory doesn't exist

yosko opened this issue · 1 comments

The example given relies on long-term sessions stored in files. If the directory where these file should be stored doesn't exist, the "remember me" won't work.

Possible fixes:

  • Raise an error
  • Automatically create the directory

Fixed in e336c34