
txToken creates an HS256 JWT token from JSON retrieved from a remote endpoint resulting from a proxied json request body.
txToken exposes an http POST endpoint accepting JSON data to be sent to a remote server along with a preset bearer token. Validation of this token on the remote side is optional and only needed if the remote wishes to authenticate the call using a shared key.
Systems that share an encryption key with txToken can validate the token and ensure the authenticity of it's data.
Checkout the article JWT Microservice, Tokenize Remote APIs for a detailed functional overview and guide.
Content type
Image
Digest
Size
7.1 MB
Last updated
over 8 years ago
docker pull txn2/txtoken