adlerhurst / zitadel-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zitadel-tools

Usage

key2jwt requires two flags (and will print result in stdout):

./key2jwt -audience=https://issuer.zitadel.ch -key=key.json

Optionally you can pass an output flag. This will save the jwt in the provided file path:

./key2jwt -audience=https://issuer.zitadel.ch -key=key.json -output=jwt.txt

About

License:Apache License 2.0


Languages

Language:Go 91.8%Language:JavaScript 8.2%