https://github.com/nemisolv/springboot-auth
https://github.com/nemisolv/springboot-auth
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nemisolv/springboot-auth
- Owner: nemisolv
- Created: 2024-06-09T03:49:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T06:01:51.000Z (about 1 year ago)
- Last Synced: 2025-01-26T17:17:07.717Z (8 months ago)
- Language: Java
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 databaseI 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!