Skip to content

Securely store JWT token

Right now, everything is stored in an unencrypted sqlite database. This means anyone with access to the machine could open the database and get the access token for all users that have connected to through the gui.

Find a better solution for that.