SkillAgentSearch skills...

Txtoken

txToken creates an HS256 JWT token from JSON retrieved from a remote endpoint resulting from a proxied JSON request body.

Install / Use

/learn @txn2/Txtoken
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

txtoken data transmission txtoken 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.

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2y ago
Forks0

Languages

Go

Security Score

75/100

Audited on Apr 2, 2023

No findings