Skip to content

Task 5 register module, setup JWT authentication, exception handling#7

Merged
dawiddykacz merged 2 commits into
mainfrom
add_login
Apr 20, 2026
Merged

Task 5 register module, setup JWT authentication, exception handling#7
dawiddykacz merged 2 commits into
mainfrom
add_login

Conversation

@dawiddykacz
Copy link
Copy Markdown
Collaborator

  • Implemented Register module.
  • Upgraded JWT library to the new secure Fluent Builder API.
  • Configured BCryptPasswordEncoder for secure password hashing.
  • Added GlobalExceptionHandler (@RestControllerAdvice) for proper error mapping.
  • Configured H2 database profile for testing environments.
  • Configured docker database.
  • Added @WebMvcTest and @SpringBootTest (E2E) for AuthController.

@dawiddykacz dawiddykacz merged commit d3cacad into main Apr 20, 2026
2 checks passed
@dawiddykacz dawiddykacz deleted the add_login branch April 20, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants