-
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...")
-
Method Endpoint Path Returns GET /health-check String POST /authenticate ResponseEntity of String(JWT token) POST /validate ResponseEntity of AuthenticationResponse -
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
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Medhun-Raja/Audit-Authorization
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published