Commit graph

7 commits

Author SHA1 Message Date
e5359ea4d3 feat: add favicon and web app manifest files 2025-05-22 13:18:33 +02:00
ddcb14e564 refactor: move auth check into pages 2025-05-13 18:34:58 +00:00
8298dbba28 fix: update middleware to redirect authenticated users to home
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m31s
docker-build / docker (pull_request) Successful in 7m43s
Automatically redirectis authenticated users from root path ('/') to the '/home' page.
2025-05-11 12:21:02 +02:00
97ea28f588 fix: correct condition for MEETUP_SKIP_LOGIN environment variable in middleware
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m23s
docker-build / docker (pull_request) Successful in 7m35s
2025-05-08 13:21:28 +02:00
0187b2e955 fix: update middleware to check MEETUP_SKIP_LOGIN environment variable before redirecting to login
Some checks failed
container-scan / Container Scan (pull_request) Successful in 5m3s
docker-build / docker (pull_request) Failing after 6m25s
2025-05-08 13:14:35 +02:00
d43c0f78b4 feat: setup protected routes 2025-05-08 13:12:41 +02:00
d86c86e137 feat: implement basic oauth authentication 2025-05-08 13:11:59 +02:00