-
The JWT authentication process was implemented by referencing the approach used in spring-security-oauth2.
-
Fully functional on amazon-corretto 21.0.4 JDKs
$ ./gradlew build
$ ./gradlew :core build
$ ./gradlew :external-jwt build
$ ./gradlew :application-example build
$ ./gradlew :application-example:bootRun
storelink6
├── application
│ └── example # application-example module
├── core # core module
└── external
└── jwt # external-jwt module