This is a Gradle multi-project repository that contains 2 services:
- Token service (Micronaut, located in
/token-service
) - Airline service (Spring Boot, located in
/airline-service
)
Using these two services, one can demo using JWTs for authentication, and using the JWT claims for authorization.
TODO: add more detail and getting started guide