Commit Graph

9 Commits

Author SHA1 Message Date
0xCA 38e4f5cbec GetCookiePath util function 2023-12-29 15:08:50 +05:00
0xCA bee5c54127 Further session protections and fixes
Use MaxAge instead of Expires
Verify if the cookie is not too old and not from the future
Verify if the user exists and unchanged
Refresh not sooner than 24h
Do not refresh temporary sessions
Delete cookies on logout
2023-12-29 15:08:50 +05:00
0xCA 6292424591 v1
Fixed session duration
Use HttpOnly and SameSite
Added cookie refresh on all pages
2023-12-29 15:08:50 +05:00
Arminas 6dd5590940
User management panel (#289) 2023-03-15 21:13:53 +01:00
Quentin Machu 87b08a8f7c
*: allows for BASE_PATH configuration (#183) 2022-04-25 09:17:13 +02:00
Georgios Komninos 1711530dda
Fixes security issue & Adds support to sent configuration via email (#83) 2021-08-08 19:55:59 +02:00
Khanh Ngo 5ec77ecd72
Fix username when authentication is disabled 2020-10-10 16:00:18 +02:00
Khanh Ngo 9dca2b7361
Login disable (#35)
Add ability to disable authentication
2020-10-09 23:33:29 +02:00
Khanh Ngo a5fbb7b58a
Add authentication 2020-04-24 18:14:54 +07:00