Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 448 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 448 Bytes

tinytoken

A command line tool to generate temporary security credentials via OpenID Connect federation with AWS Cognito IDP.

Follows the OAuth 2.0 Authorization flow for Native apps as described in RFC 8252.

Dependencies:

  • requests: python's stdlib requires external cacerts to be configured/bundled while requests already comes with certifi.

Installation

$ pip install tinytoken