8000 GitHub - amirhajimirsadeghi/cognito-jwt-util: CLI tool to generate JWT tokens for Amazon Cognito User Pools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amirhajimirsadeghi/cognito-jwt-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Token Generator

A CLI tool to generate JWT tokens for Amazon Cognito User Pools.

Installation

Install the package globally using npm:

npm install -g cognito-jwt-util

Usage

cognito-jwt-util -u <username> -p <password> -c <clientId> -P <userPoolId>

Options:

  • -u, --username <username>: Username
  • -p, --password <password>: Password
  • -c, --client-id <clientId>: Cognito User Pool Client ID
  • -P, --user-pool-id <userPoolId>: Cognito User Pool ID

Example:

cognito-jwt-util -u johndoe -p mypassword123 -c abcdef123456 -P us-east-1_abcdefgh

License

MIT

About

CLI tool to generate JWT tokens for Amazon Cognito User Pools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0