You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(event): add JWT-based user filtering for registration
- Refactor event registration and listing to require JWT token.
- Filter registration list by user email extracted from JWT.
- Move registration creation to protected route and use JWT user data
for name and email fields.
- Update repository, usecase, and handler signatures to pass token.
- Add utility for extracting Bearer token from HTTP headers.
- Improve error handling for unauthorized access.
0 commit comments