1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-07-01 05:47:46 +02:00
jfa-go/data/templates
Harvey Tindall d144077e62
Add refresh tokens for persistent login, logout button
the main JWT is stored temporarily, whereas the refresh token is stored
as a cookie and can only be used to obtain a new main token. Logout
button adds token to blocklist internally and deletes JWT and refresh
token from browser storage.
2020-08-19 22:30:54 +01:00
..
404.html Partial check for invite page, 404 handling 2020-07-31 13:03:36 +01:00
admin.html Add refresh tokens for persistent login, logout button 2020-08-19 22:30:54 +01:00
form.html Functioning user creation, notifications, 2020-07-31 12:48:37 +01:00
invalidCode.html Partial check for invite page, 404 handling 2020-07-31 13:03:36 +01:00
setup.html Added setup, self restarts 2020-08-02 00:05:35 +01:00