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

Use a gateway to validate the session #5

Open
ozairs opened this issue Nov 10, 2017 · 1 comment
Open

Use a gateway to validate the session #5

ozairs opened this issue Nov 10, 2017 · 1 comment

Comments

@ozairs
Copy link
Owner

ozairs commented Nov 10, 2017

Use a gateway to validate requests from logged-in users. The session is generated using an Auth0 access token, so the gateway will need to validate the access token with Auth0.

@ozairs
Copy link
Owner Author

ozairs commented Feb 22, 2018

Design

Microgateway needs to validate user session from Auth0 using the Auth0 introspection support. It will need to retrieve the JWK from the known input and use that to validate the JWT token.

This will need to be done for specific URIs (/api/favourite/list) when the user session needs to be validated.

Enable CORs for requests from SPA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant