Demo app showing how to use https://quarkus.io/ with manual JWT Generation.
There's also CertGenerator.kt
for creating private and public keys.
Features:
- Custom JWT-Authentication
- User Registration
Guide
To use the demo app, do the following:
- Create database
quarkus-jwt
or any name. - Configure db connection on
application.properties
- Use gradle or import into Intellij and run.