0.1.8 • Published 11 months ago

metalives-sdk v0.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months 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

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.1

1 year ago

1.0.0

1 year ago