JWT and Redis Sample Implementations
Example implementation for Quarkus-smallrye-jwt extension.
Run quarkus dev
for execution and access http://localhost:8080/app.html
.
Please set email as "[email protected]" and password as "hogehoge" to proceed.
Includes docker-compose.yaml for pulling docker image for the Redis. Listening to localhost:6379 port.
Example implementation for Jedis extension.
Run quarkus dev
for execution and access http://localhost:8080/app.html
.
Please set email as "[email protected]" and password as "hogehoge" to proceed.