Files
ExcaliDash/backend
Matteo b6e9514eb3 feat(auth): add authentication endpoints (login, register, refresh, me)
- Add POST /auth/register endpoint with email validation
- Add POST /auth/login endpoint with JWT token generation
- Add POST /auth/refresh endpoint for token refresh
- Add GET /auth/me endpoint for current user info
- Add rate limiting for auth endpoints
- Add bcrypt password hashing
- Add JWT access and refresh token generation
2026-01-24 17:12:06 +01:00
..
2025-11-22 09:18:20 -08:00
MVP
2025-11-21 19:18:07 -08:00
2025-11-24 14:53:17 -08:00
2026-01-14 11:25:27 -08:00
2026-01-20 13:41:22 -08:00
MVP
2025-11-21 19:18:07 -08:00
2025-11-23 09:40:00 -08:00