jwt-mongo-sms
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "jwt-mongo-sms", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Authentication using JSON web tokens, Mongo DB, and Twilio SMS", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
@@ -75,3 +75,3 @@ # jwt-mongo-sms | ||
Sample auth token storage on client: | ||
Sample auth token storage on client with [Apollo](https://www.npmjs.com/package/apollo-client): | ||
```javascript | ||
@@ -96,3 +96,3 @@ apolloClient.mutate({ | ||
Sample [Apollo](https://www.npmjs.com/package/apollo-client) middleware that makes authorized requests: | ||
Sample Apollo middleware that makes authorized requests: | ||
```javascript | ||
@@ -99,0 +99,0 @@ networkInterface.use([{ |
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
118074