1.0.0 • Published 3 years ago

cymatic.api v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

Cymatic on node

Cymatic is a ...

Instalation

 npm install cymatic.api

Usage

Set up cymatic

  const Cymatic = require('cymatic.api');

  let cymatic = new Cymatic({
    "tenant" : {
      "name"     : "app",
      "clientId" : "myApp",
      "secret"   : "shh.this.is.a.secret",
    }
  });

Verify

  cymatic.verify(token).then( verification => {
    // { verificaion } response
  }, error => {
    // something whent wrong validating the user data
  });
1.0.0

3 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago