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

[Feature] Include support for making external API calls #465

Open
1 task done
anuddeeph1 opened this issue Sep 10, 2024 · 1 comment
Open
1 task done

[Feature] Include support for making external API calls #465

anuddeeph1 opened this issue Sep 10, 2024 · 1 comment
Labels
enhancement New feature or request triage Default label assigned to all new issues indicating label curation is needed to fully organize.

Comments

@anuddeeph1
Copy link

Problem Statement

Implement a feature that makes API calls to an AWS Cognito endpoint to retrieve the JSON Web Key Set (JWKS) required for JWT verification. The retrieved JWKS should be cached to enhance performance and reduce the number of API calls for repeated token verifications. This will streamline JWT validation and ensure efficient key management.

Solution Description

support for making external API calls

Alternatives

No response

Additional Context

No response

Slack discussion

No response

Research

  • I have searched other issues in this repository and mine is not recorded.
@anuddeeph1 anuddeeph1 added enhancement New feature or request triage Default label assigned to all new issues indicating label curation is needed to fully organize. labels Sep 10, 2024
@JimBugwadia
Copy link
Member

Related to: #461

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Default label assigned to all new issues indicating label curation is needed to fully organize.
Projects
None yet
Development

No branches or pull requests

2 participants