validate-memberstack-token

0.0.0 • Public • Published

validate-memberstack-token

Usage

const validateToken = require(`validate-memberstack-token`)

...

try{
	const contents = await validateToken(token)
	console.log(`Token valid:`, contents)
}
catch(err){
	console.log(`Token not valid`)
	console.error(err)
}

Dependents (0)

Package Sidebar

Install

npm i validate-memberstack-token

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

1.4 kB

Total Files

3

Last publish

Collaborators

  • ken85rose