0.0.4 • Published 5 years ago
six-paths--jsonwebtoken v0.0.4
JSON Web Token
Installation
Add the following to your packages.json file
"@six-paths/jsonwebtoken": "npm:six-paths--jsonwebtoken"Usage
import JWT from '@six-paths/jsonwebtoken';Token Validation
JWT.isValid(<token>);Setting Token
JWT.setToken(<token>);Getting Properties
JWT.getProperty(<property>, <defaultValue | null>);Determine Roles
JWT.hasRole('ROLE_ADMINISTRATOR');Running Tests
npm install # Install dependencies
npm run build # Build module
npm run test # Run tests