Skip to content

Microservices starter project in Spring boot, which includes Redis based JWT authentication/authroization, spring security implementation

License

Notifications You must be signed in to change notification settings

abhimanyu1990/Microservice-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Starter

This work is intended to provide quick start to any microservices-based project development. This project have following implementation

  1. API Gateway
  2. Eureka Server
  3. Spring security and JWT authentication
  4. Activity/Permission based authroization
  5. Custom PreAuthroize method implementation to check organization accessibility of the user.
  6. Swagger Implementation
  7. Redis implementation to store authentication token, roles and permission for a user session

To DO

  1. Feign Client Implementation
  2. Circuit Breaker Implementation
  3. Complete Documentation
  4. Unit Test Cases Implementation

About

Microservices starter project in Spring boot, which includes Redis based JWT authentication/authroization, spring security implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages