An open API service indexing awesome lists of open source software.

https://github.com/hellokoding/single-sign-on-out-auth-jwt-cookie-redis-springboot-freemarker

Single Sign Out: Authentication Service Example with JSON Web Token (JWT), Spring Boot and Redis
https://github.com/hellokoding/single-sign-on-out-auth-jwt-cookie-redis-springboot-freemarker

architecture authentication cookie freemarker java jwt redis scale single-sign-on single-sign-out spring-boot sso

Last synced: about 1 month ago
JSON representation

Single Sign Out: Authentication Service Example with JSON Web Token (JWT), Spring Boot and Redis

Awesome Lists containing this project

README

        

# Single Sign Out: Authentication Service 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
- Single Sign 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`