Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 710 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 710 Bytes

Java Online Marathon

To-Do List Project. JWT Security

The Task:

  1. Implement JWT authentication (the JJWT library included in the pom.xml)
  2. Implement controllers with security rules.
  3. Add DTO for entity User Task ToDo, for example TaskRequestDto TaskResponseDto
  4. Use Postman to demonstrate the functionality

There are three predefined users in the DB with roles ADMIN and USER.

Login Password Role
mike@mail.com 1111 ADMIN
nick@mail.com 2222 USER
nora@mail.com 3333 USER