Skip to content

nemisolv/springboot-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Auth

Welcome to the Spring Auth repository! This project provides a template for implementing authentication functionalities using Spring Boot and JWT, including user login, registration, and refresh tokens.

Introduction

This repository provides a comprehensive template for setting up authentication in a Spring Boot application using JWT. It includes endpoints for user registration, login, and token refresh.

Features

  • User Registration: Allows new users to register.
  • User Login: Allows registered users to log in.
  • JWT Authentication: Secures endpoints using JWT.
  • Refresh Token: Allows users to obtain a new access token using a refresh token.

Technologies Used

  • Spring Boot: Framework for building Java-based applications.
  • Spring Security: Provides authentication and authorization support.
  • JWT (JSON Web Tokens): Used for securely transmitting information between parties as a JSON object.
  • MySQL: Lightweight and faster database

I hope this template helps you set up authentication in your Spring Boot application. If you have any feedback or suggestions, please feel free to reach out. Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages