Skip to content

Medhun-Raja/Audit-Authorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDE-MFPE-Project-Audit-Management-System

Module Name::

  • Audit-Authorization-Microservice :

    This module is used for doing the Authentication and Authorization part of our project. This microsevice provides the endpoints for authentication and validation. This MS creates JWTs(JSON Web Token) for a authenticated user who is in Database and then it validates the user based on the JWT token passed in the "Authentication"-Request-Header.("Bearer j.w.t...")

    • --Endpoints :

      Method Endpoint Path Returns
      GET /health-check String
      POST /authenticate ResponseEntity of String(JWT token)
      POST /validate ResponseEntity of AuthenticationResponse
    • --Dependencies on Other microsevices : None

    • --Application Properties Toggle :

      JAR name = MFPE-AuthorizationMS-JAR
      server.port=8100
      server.servlet.context-path=/auth
      User Database : H2(In-Memory)
      Data about authenticated users provided in : data.sql JWT token duration = 5mins(given)...You can change the properties from the application.properties file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages