Commit Graph

23 Commits

Author SHA1 Message Date
89e3df6862 Added ability to change username 2025-02-15 13:28:24 +11:00
d53114cc20 Added account page with subpage select 2025-02-14 23:15:51 +11:00
ea4dd2a407 Added page protection for unauthorized access 2025-02-14 19:51:40 +11:00
5616b8a248 Added user registration 2025-02-14 18:49:46 +11:00
5c8bec0ad2 Added logout functionality and client error message for 500 status codes 2025-02-14 17:40:09 +11:00
a0e7f77843 Added option to toggle gzip as it causes air browser refresh to break 2025-02-13 23:59:08 +11:00
15c2dcc46f Added gzip middleware 2025-02-13 22:23:35 +11:00
2d52084fa7 Added test capability and tests for authentication middleware 2025-02-12 21:23:13 +11:00
ca92d573ba Changed tester command from 'make test' to 'make tester' 2025-02-12 17:35:57 +11:00
1253c6499d Added config options for http request timeouts 2025-02-12 12:48:10 +11:00
732f8510ae Added authentication middleware 2025-02-11 23:58:15 +11:00
97aabcf06f Added middleware to let excluded files skip middleware chain 2025-02-11 19:37:39 +11:00
750de24fd1 Set token cookies on user login 2025-02-10 23:04:30 +11:00
e73805a02d Moved config and finished JWT module 2025-02-10 22:10:03 +11:00
418cff1c4a Added logging to loginform and added loading feedback for user on submit 2025-02-09 18:57:27 +11:00
49d9806bd6 Converted logging middleware to use new logger 2025-02-09 17:38:35 +11:00
b2ed646ffd Added custom logging support using zerolog 2025-02-09 17:16:48 +11:00
25868becf3 Added documentation to functions and basic JWT generation 2025-02-09 00:48:30 +11:00
597fc6f072 Added database support and update login to utilize db 2025-02-08 19:39:44 +11:00
a842d09f96 Added configuration from environment variables 2025-02-08 16:27:33 +11:00
1004dc9563 Added basic login functionality to login form 2025-02-08 15:29:17 +11:00
5a93ef81dd Added login form html and styling 2025-02-06 23:28:13 +11:00
b6feed7c0c Added templ, tailwind and frankenui 2025-02-05 01:51:06 +11:00