UNPKG

sails-api-jwt

Version:

An example implementation of JWT-based API for user registration and authorization.

14 lines (13 loc) 222 B
language: node_js node_js: - "6" cache: directories: - "node_modules" before_script: - npm install grunt # fixes sails.lift() grunt error script: - npm run lint - npm test after_success: - npm run coverage