3 Commits

Author SHA1 Message Date
4258587315 Start implementing UserService
- add UserController
- add getUsers method with pagination
- handle auth errors using enum
2025-06-15 02:31:08 +04:00
6df4896628 Add token validation filter based on token signature and expiration date
- changed login request from GET to POST
- implement json body conversion to DTO objects
- set `user_id` and `role` attributes for HttpRequest inside filter
2025-06-14 16:35:18 +04:00
16c7e94345 Implement authentication 2025-06-14 01:05:44 +04:00