https://github.com/mtpontes/spring-auth
Demonstration of session-based and JWT authentication methods with SpringBoot
https://github.com/mtpontes/spring-auth
jwt redis spring-session springboot
Last synced: 3 months ago
JSON representation
Demonstration of session-based and JWT authentication methods with SpringBoot
- Host: GitHub
- URL: https://github.com/mtpontes/spring-auth
- Owner: mtpontes
- Created: 2024-03-22T15:08:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T21:54:37.000Z (over 1 year ago)
- Last Synced: 2025-01-28T11:48:12.813Z (8 months ago)
- Topics: jwt, redis, spring-session, springboot
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Auth
### This repository presents two detached projects, being `spring-jwt` and `spring-session`, demonstrating different methods of authentication and security with Spring Security. On them it is found a demonstration of initial setup for a project Spring Session or Spring Security with JWT.