Skip to content

ita-classroom-projects/JOM_JWT_Security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages