Skip to content

Releases: Hassams/cognito-token-generator-cli

v.0.0.1

05 Oct 12:52
Compare
Choose a tag to compare

Features in this Release:

  • User Authentication: Authenticate with AWS Cognito using the USER_PASSWORD_AUTH flow.
  • JWT Token Generation: Generate and retrieve access tokens (JWT) upon successful authentication.
  • Encrypted Credentials: Securely store user credentials (passwords) using AES-256 encryption with a user-provided passphrase.
  • Copy to Clipboard: Automatically copy the generated JWT token to the system clipboard for quick access.
  • Clear Credentials: Commands to clear saved AWS credentials and user credentials for security and flexibility.
  • Cross-Platform Support: The tool runs on Linux, macOS, and Windows.

Known Limitations:

  • Currently, the tool supports only the USER_PASSWORD_AUTH flow for AWS Cognito. Future releases will include additional flows.
  • No integration with Client Secret for Cognito App clients that require it.