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

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.

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)