c5bcb41e69
refactor(validation): restucture api input and output validation
docker-build / docker (pull_request) Has been cancelled
container-scan / Container Scan (pull_request) Has been cancelled
2025-06-18 23:12:45 +02:00
c7b7d61cec
feat(api): add user search endpoint and normalize response data and validation
2025-06-18 10:03:10 +02:00
1f2e111821
style: format code
2025-06-18 10:03:04 +02:00
6bbdc2ed22
feat(auth): update user lookup to support name or email in authentication
...
When testing api endpoints make sure to login with a real user (not with the dev hardcoded user) by either registering one with a password other than "password" or setting DISABLE_AUTH_TEST_USER to "true" (`DISABLE_AUTH_TEST_USER=true yarn dev`)
2025-06-18 10:03:03 +02:00
29af2439c9
feat(api): add swagger docs, /api/user/me GET and PUT endpoints
2025-06-18 10:02:33 +02:00
4e87c11ec3
feat: implement credentials login
...
implements the credentials login functionality
2025-06-14 09:57:28 +00:00
514254b407
fix: update prisma import paths and adjust .gitignore for generated files
2025-05-19 20:16:31 +00:00
8ef0ea17d4
feat: set up prisma db
2025-05-19 20:16:31 +00:00
20eb6ae04a
refactor: dynamically generated login page
2025-05-13 18:34:58 +00:00
ddcb14e564
refactor: move auth check into pages
2025-05-13 18:34:58 +00:00
bf50f3a5a5
fix: disable sso login when no issuer present
2025-05-08 13:12:41 +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