https://github.com/kavithma-thushal/spring-boot-with-jwt-authentication
Simple Spring Boot application demonstrating how to implement JWT (JSON Web Token) based authentication for securing REST APIs.
https://github.com/kavithma-thushal/spring-boot-with-jwt-authentication
jwt-authentication spring-boot spring-security
Last synced: about 1 month ago
JSON representation
Simple Spring Boot application demonstrating how to implement JWT (JSON Web Token) based authentication for securing REST APIs.
- Host: GitHub
- URL: https://github.com/kavithma-thushal/spring-boot-with-jwt-authentication
- Owner: Kavithma-Thushal
- License: mit
- Created: 2024-04-19T10:08:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-20T01:46:11.000Z (about 1 year ago)
- Last Synced: 2025-01-22T08:45:38.011Z (3 months ago)
- Topics: jwt-authentication, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring-Boot with JWT Authentication
This repository contains a sample Spring Boot application demonstrating how to implement JWT (JSON Web Token) based
authentication for securing REST APIs. JWT authentication provides a stateless, token-based approach to user
authentication, allowing for scalability and security in distributed systems.## Technologies Used
✅Spring Boot
✅Spring Security
✅JSON Web Tokens (JWT)
✅Maven
✅Java## Features
✅Implementation of JWT authentication using Spring Security
✅Generating and validating JWT tokens
✅Securing REST endpoints based on JWT token validation
✅Demonstrates user authentication and authorization using JWT tokens## Usage
1. Clone the repository `git clone https://github.com/Kavithma-Thushal/Spring-Boot-With-JWT-Authentication.git`
2. Navigate to the project directory `cd Spring-Boot-With-JWT-Authentication`
3. Run the application `./mvnw spring-boot:run`
4. Access the application `http://localhost:8080`⭐️If you hava any bugs or issues ,If you want to explain code please contact me on :
[[email protected]](https://[email protected])#### This project is licensed under the [MIT License](LICENSE)
#### © 2024 All Right Reserved, Designed By [Kavithma Thushal](https://github.com/Kavithma-Thushal)