Skip to content
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

Setup middleware or api gateway for enable request from USER Management servivces ⚠️ #8

Open
masterivanic opened this issue Apr 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@masterivanic
Copy link
Owner

This is used for respect web services architecture:

  • protect request from user management by checking authorization header if token is insert in request to allow request
    from authentication service:
    1 step: check token while executing the request:
    2 step: check if the token is valid, allow request if token valid, and not allow request if token expired
    3 allow user to disable the middleware by a webservice (Optional)

Got pratice from this website talking about' microservices architecture)[https://microservices.io/patterns/communication-style/messaging.html]

@masterivanic masterivanic added the enhancement New feature or request label Apr 22, 2024
@masterivanic masterivanic self-assigned this Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant