Skip to content

nguyenkien0703/Spring_Boot_Security_Jwt_Example

Repository files navigation

Spring Boot JWT Authentication example with Spring Security & Spring Data JPA

User Registration, User Login and Authorization process.

The diagram shows flow of how we implement User Registration, User Login and Authorization process.

spring-boot-jwt-authentication-spring-security-flow

Spring Boot Server Architecture with Spring Security

You can have an overview of our Spring Boot Server with the diagram below:

spring-boot-jwt-authentication-spring-security-architecture

Refresh Token

spring-boot-refresh-token-jwt-example-flow

General Information

  • I learn Spring Framework through this project

Technologies Used

  • Technologies : spring security,spring boot,spring data jpa,Json Web Token
  • Languages: Java
  • Database: MySql

Features

  • Users can sign up,log in and what resources can you access
  • Implement Spring Security to secure API , use JWT
  • Implement RestAPI using Spring Boot , Spring JPA to store and retrieve data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages