Skip to content

cymaticsecurity/cymatic.api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  });

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •