This repository was archived by the owner on May 6, 2025. It is now read-only.

Description
Context:
So far, we have:
- short-lived JWT for PAT (personal access token) through Portal UI -- ditto JWT Authorizer
- bulit-in IAM which required Signature v4 singed request -- ditto IAM Authorizer
Use Cases:
- Need longer-live access token or API key, especially service-to-service integration for downstream app automation
Actions:
Hint: we could already made use of "refresh token" from Cognito JWT authorizer issuer. Read OAuth Refresh Token. If going this route, then changes might be just needed at Portal UI; which already with Amplify library and, just need way (a view) to exposing it.