https://github.com/hellokoding/single-sign-on-out-jwt-cookie-redis-java-springboot-freemarker
Single Sign Out, Scalable Authentication Example with JSON Web Token (JWT), Spring Boot and Redis
https://github.com/hellokoding/single-sign-on-out-jwt-cookie-redis-java-springboot-freemarker
architecture authentication cookie freemarker java jwt redis scale single-sign-on single-sign-out spring-boot sso
Last synced: 7 months ago
JSON representation
Single Sign Out, Scalable Authentication Example with JSON Web Token (JWT), Spring Boot and Redis
- Host: GitHub
- URL: https://github.com/hellokoding/single-sign-on-out-jwt-cookie-redis-java-springboot-freemarker
- Owner: hellokoding
- License: mit
- Created: 2017-03-14T15:20:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T14:33:40.000Z (over 8 years ago)
- Last Synced: 2025-04-01T15:10:17.017Z (9 months ago)
- Topics: architecture, authentication, cookie, freemarker, java, jwt, redis, scale, single-sign-on, single-sign-out, spring-boot, sso
- Homepage: https://hellokoding.com/scalable-authentication-single-sign-on-out-sso-example-with-json-web-token-jwt-cookie-redis-java-spring-boot-freemarker/
- Size: 1.95 KB
- Stars: 14
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Single Sign Out, Scalable Authentication Example with JSON Web Token (JWT), Spring Boot and Redis
## Guide
https://hellokoding.com/scalable-authentication-single-sign-on-out-sso-example-with-json-web-token-jwt-cookie-redis-java-spring-boot-freemarker/
## What you'll need
- JDK 1.7+
- Redis
- Maven 3+
## Stack
- Java
- Single Sign On/Out
- JSON Web Token
- Redis
- Cookie
- Spring Boot
- FreeMarker
## Run
- Run [Authentication Service](https://github.com/hellokoding/single-sign-on-out-auth-jwt-cookie-redis-springboot-freemarker/tree/ab60b86cd2a951899483ff5c312d297ab90fc3de): `mvn spring-boot:run`
- Run [Resource Service](https://github.com/hellokoding/single-sign-on-out-resources-jwt-cookie-redis-springboot-freemarker) 1: `mvn spring-boot:run -Dserver.port=8180`
- Run [Resource Service](https://github.com/hellokoding/single-sign-on-out-resources-jwt-cookie-redis-springboot-freemarker) 2: `mvn spring-boot:run -Dserver.port=8280`