0.1.8 • Published 2 years ago

metalives-sdk v0.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Metalives SDK

How to build:

npm run build

How to use in another application

npm link /path/to/metalives-sdk execute the code

How to create a token to comunicate with API

Header: { "alg": "HS256", "typ": "JWT" }

Payload: { "iss": issuer, "sub": org's uuid, presents on database, "iat": 1516239022 // optional, issued at }

HMACSHA256( base64UrlEncode(header) + "." + base64UrlEncode(payload), // base64 encoded key )

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago