This is the Linux app named spring-security-jwt-guide whose latest release can be downloaded as spring-security-jwt-guidesourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named spring-security-jwt-guide with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
spring-security-jwt-guide
DESCRIPTION
This project is a comprehensive example repository that demonstrates how to secure a Spring Boot application using Spring Security and JSON Web Tokens (JWT). It is built on Spring Boot 3.x and Java 21, and includes integrations such as Spring Security 6.x, JPA (via Hibernate) for persistence, and Redis for session/token management. The goal is to show how to migrate from stateful, session-based auth toward stateless, modern REST API authentication using JWTs, roles, and permission checks. The code covers typical flows like user registration, login, logout, refreshing or invalidating tokens, and endpoint authorization with annotations like @PreAuthorize. It’s cleaner and more up-to-date than many older tutorials, reflecting current Spring and Java versions and allowing direct experimentation by developers.
Features
- JWT-based authentication and authorization integrated with Spring Security
- Stateless REST API design with user registration, login, logout, and protected endpoints
- Role and permission model implemented via JPA many-to-many relationships
- Redis integration for tracking/invalidation of active tokens and sessions
- Uses Spring Boot 3.x, Java 21, Spring Security 6.x for modern stack
- Includes sample database (H2) and ready startup to explore authentication flows
Programming Language
Java
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/spring-security-jwt.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.
