jwt-mongo-sms
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "jwt-mongo-sms", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Authentication using JSON web tokens, Mongo DB, and Twilio SMS", | ||
@@ -50,6 +50,3 @@ "license": "ISC", | ||
"eslint-plugin-import": "^2.7.0" | ||
}, | ||
"engines": { | ||
"node": "8.4.0" | ||
} | ||
} |
@@ -5,4 +5,2 @@ # jwt-mongo-sms | ||
DISCLAIMER: This package is new and continually changing. We made this specifically for our team, but it's getting more installations than anticipated. If you experience bugs, please upgrade to the latest version and check the docs for changes. You can also post an issue on GitHub! | ||
## Installation | ||
@@ -112,1 +110,5 @@ | ||
* Indexes the auth and users collections respectively. Each defaults to a unique index on `phoneNumber` for faster lookup and data integrity. See the [MongoDB documentation](http://mongodb.github.io/node-mongodb-native/2.1/api/Collection.html#createIndex) for more info on `fieldOrSpec` and `options`. | ||
## Issues | ||
If you experience bugs, try upgrading to the latest version and checking the [changelog](CHANGELOG.md). You can also post an issue on GitHub! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16
113
130626