Skip to content

A user authentication and authorization service verifies users identities (authentication) and controls their access to resources based on permissions (authorization), using JWT tokens for secure and stateless communication.

Notifications You must be signed in to change notification settings

anticaleksa1509/AuthService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication and Authorization Service

This is a Spring Boot-based microservice designed to handle user authentication and authorization. It uses JWT (JSON Web Token) for secure and stateless communication.

Features

  • User Authentication: Verifies user credentials and generates JWT tokens for sessionless authentication.
  • User Authorization: Ensures users can only access resources they are permitted to.
  • JWT Integration: Encodes user details and permissions in a secure, stateless manner.
  • Role-based Access Control (RBAC): Supports different user roles with customizable permissions.
  • Secure Password Handling: Passwords are stored using strong encryption (e.g., BCrypt).
  • REST API Endpoints: Easy-to-use endpoints for login, registration, and authorization checks.

Technologies Used

  • Spring Boot
  • Spring Security
  • JWT (JSON Web Token)
  • Hibernate/JPA
  • MySQL
  • Maven for project management

About

A user authentication and authorization service verifies users identities (authentication) and controls their access to resources based on permissions (authorization), using JWT tokens for secure and stateless communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages