-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microservice pattern: Access token #2689
Comments
I'm interested in this issue. |
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. |
stale
bot
added
the
status: stale
issues and pull requests that have not had recent interaction
label
Dec 21, 2023
stale
bot
removed
the
status: stale
issues and pull requests that have not had recent interaction
label
Mar 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: