A simple command-line tool to generate signed JWTs using the HS256 algorithm.
- Clone this repository or download the code.
- Install dependencies:
pnpm i
- Run the tool:
npx jwt-signer - Enter Email (the same email associated with your Trestle User Account)
- Enter Api Key retrieved from https://app.gotrestle.com/settings/developers
- Retrieve your Signed JWT
- Include the Signed JWT as Authorization header in your requests to the API:
Authorization: Bearer <Signed JWT>