MeetUp/src
Dominik Stahl c9ccf24c13
Some checks failed
container-scan / Container Scan (pull_request) Failing after 6m14s
docker-build / docker (pull_request) Successful in 10m13s
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-14 11:59:09 +02:00
..
app feat(api): implement event management endpoints for GET, DELETE, and PATCH operations 2025-06-14 11:59:08 +02:00
assets/logo feat(logo): consolidate logo imports into a single export file 2025-06-05 17:38:47 +02:00
components feat(api): add react-query client generation and redesign api responses 2025-06-14 11:59:06 +02:00
lib feat(api): add react-query client generation and redesign api responses 2025-06-14 11:59:06 +02:00
auth.ts feat(auth): update user lookup to support name or email in authentication 2025-06-14 11:59:09 +02:00
middleware.ts feat(api): add swagger docs, /api/user/me GET and PUT endpoints 2025-06-14 11:58:27 +02:00
prisma.ts style: format files 2025-05-19 20:16:31 +00:00