Skip to content

thirajpro/spring-authentication-authorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication & Authorization with Spring Boot

Overview Implementing authentication and authorization in a Spring Boot application ensures secure access to resources. This project leverages Spring Security for authentication and authorization, along with JSON Web Tokens (JWT) for stateless authentication.

Features

  • User authentication with credentials (username/password).
  • Token-based authentication using JWT.
  • Role-based authorization for resource access control.
  • Customizable security configurations to meet specific requirements.

Technologies

  • Spring Boot
  • Spring Security
  • JSON Web Tokens (JWT)
  • Database Integration (MySQL)

Getting Started

  1. Clone the repository.
  2. Configure database settings.
  3. Run the application.
  4. Test authentication and authorization.
  5. Customize security configurations as needed.

Contributions are welcome! Follow the guidelines in CONTRIBUTING.md.

This project is licensed under the MIT License.

About

Authentication and Authorization with Spring Security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published