Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdbytes/springusersecurityrest
Code and notes for Spring application security video. Includes customization and persistence for User entity, JWT authentication and customized login and logout.
https://github.com/mdbytes/springusersecurityrest
spring spring-6 spring-boot spring-boot-3 spring-security spring-security-jwt
Last synced: about 10 hours ago
JSON representation
Code and notes for Spring application security video. Includes customization and persistence for User entity, JWT authentication and customized login and logout.
- Host: GitHub
- URL: https://github.com/mdbytes/springusersecurityrest
- Owner: mdbytes
- Created: 2023-04-29T16:20:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T19:00:32.000Z (11 months ago)
- Last Synced: 2023-12-19T01:36:43.442Z (11 months ago)
- Topics: spring, spring-6, spring-boot, spring-boot-3, spring-security, spring-security-jwt
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring user security
Code and notes for Spring app security. Includes customization and persistence of User entity.
Resources:
Spring Boot 3 + Spring Security 6 - JWT Authentication and Authorisation [NEW] [2023]