Simple API secured with JWT. Hexagonal Architecture + DDD with SpringBoot.
This API is composed by three endpoints:
- /health-check
- /login
- /register
/health-check
is the only endpoint that requires token authentication to be accessible.
/login
and /register
will respond the token.
- JWT
- Java
- SpringBoot
- Maven