Skip to content

Example Tomcat Java-application which uses JWT and Browser Cookies for authenticated sessions

Notifications You must be signed in to change notification settings

rdxnet/tomcat-jwt-cookie-example

Repository files navigation

jwt-sample

Usage via docker-compose

Build war app:

./gradlew clean bootWar

Create local network if needed:

docker network create purasu-local
docker-compose up --build --force-recreate

# jwt sample login page
open http://localhost:8080/jwt-sample/login

About

Example Tomcat Java-application which uses JWT and Browser Cookies for authenticated sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published