Open iluwatar opened 1 year ago
I'm interested in this issue. would I have to demonstrate how we can perform authentication by Access tokens (JWT) with the help of controller and service and other layers?
That plan sounds right to me @surjendu104
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.
Description: The Access Token design pattern is crucial for managing secure communication between microservices. This pattern involves the use of tokens, typically JWT (JSON Web Tokens), to verify the identity and permissions of a user or service making a request to another service. Implementing this pattern enhances security, scalability, and maintainability of microservices by decoupling authentication logic from individual services.
Main Elements:
References:
Acceptance Criteria:
Please ensure adherence to the project contribution guidelines while working on this issue.