kinecosystem / jwt-service

A helper service for the creation of JWT needed to work with the Kin ecosystem SDKs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kin ecosystem JWT service

**** This is a development tool and should NOT be used in production ****

A helper tool to create/sign JWT.
Tokens are needed, in some cases, when interacting with our marketplace server, and as a result of that, the tokens are also needed when working with our SDKs.

In order to make the first integration with our SDKs simpler we supply this service, which can easily be installed and used by anyone who wants to try integrating Kin into their app.

Important note: This service is provided as a tool for development time to ease intergration with the SDK and should not under any circumstances be used in production. Any production solution MUST adhere to basic security best practices and encompass an authentication process limiting JWT serving to authenticated users/clients ONLY.

Documentation

About

A helper service for the creation of JWT needed to work with the Kin ecosystem SDKs


Languages

Language:TypeScript 95.0%Language:Makefile 2.5%Language:Dockerfile 2.4%