Sign inSign up

txn2/txtoken

By txn2

Updated over 8 years ago

JWT token service.

Image
1

3.6K

txn2/txtoken repository overview

txtoken data transmission

irsync Release Go Report Card Docker Container Image Size Docker Container Layers Docker Container Pulls

txToken

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.

  1. Post JSON data to txToken.
  2. txToken re-posts the JSON to remote endpoint.
  3. txToken creates a JWT token with JSON data returned from remote.
  4. txToken returns a JWT token

Systems that share an encryption key with txToken can validate the token and ensure the authenticity of it's data.

Getting Started

Checkout the article JWT Microservice, Tokenize Remote APIs for a detailed functional overview and guide.

Tag summary

Content type

Image

Digest

Size

7.1 MB

Last updated

over 8 years ago

docker pull txn2/txtoken