Issue JWT on login

This commit is contained in:
Daniel Mason 2021-03-26 12:21:28 +13:00
parent 12f4fb6d89
commit c67be1bd75
9 changed files with 249 additions and 27 deletions

View file

@ -4,4 +4,6 @@ MYSQL_PASS=
MYSQL_DB=
JWT_SECRET=
JWT_EXPIRY=86400
JWT_EXPIRY=86400
REVERSE_PROXIES=127.0.0.1