Skip to content

This is an api with jwt authentication created with spring boot, spring security and mysql database.

Notifications You must be signed in to change notification settings

absheikh/Authentication-API-with-Spring-Boot-JWT-and-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started with the project

This is an api with jwt authentication created with spring boot, spring security and mysql database.

How to run the project

  1. Clone the project
  2. Create a database with the name jwt (optional)
  3. Change the username and password in the application.properties file to your mysql username and password
  4. Run the project
  5. Open postman and test the api

Endpoints

  1. POST /api/v1/auth/register - Register
  2. POST /api/v1/auth/authenticate - Authenticate

Technologies

  1. Spring Boot
  2. Spring Security
  3. Spring Data JPA
  4. MySQL
  5. JWT
  6. Maven
  7. Lombok

About

This is an api with jwt authentication created with spring boot, spring security and mysql database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages