SIOT now persists logins

SIOT now persists logins over browser refreshes and backend restarts. To do this, I had to store the JWT using browser storage in the frontend, and stored the key used to sign the JWT in the database. This is handy for development in that don’t have to re-log in every time something changes.

(in master branch, not released yet)

1 Like