Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 637 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 637 Bytes

quarkus-jwt-redis

JWT and Redis Sample Implementations

jwt-test-impl

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.

redis-docker

Includes docker-compose.yaml for pulling docker image for the Redis. Listening to localhost:6379 port.

redis-test-imple

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.