Prototype test for JWT token based endpoint authentication.
cd src/main/resources
openssl req -newkey rsa:2048 -new -nodes -keyout privatekey.pem -out csr.pem
openssl rsa -in privatekey.pem -pubout > publickey.pem
You can run your application in dev mode that enables live coding using:
./mvnw compile quarkus:dev