adonis-ally
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,17 @@ | ||
<a name="1.1.0"></a> | ||
# [1.1.0](https://github.com/adonisjs/adonis-ally/compare/v1.0.0...v1.1.0) (2017-01-29) | ||
### Bug Fixes | ||
* **drivers:** pad month when less than zero ([31dac59](https://github.com/adonisjs/adonis-ally/commit/31dac59)) | ||
### Features | ||
* **driver:** add instagram driver ([3d5ca8f](https://github.com/adonisjs/adonis-ally/commit/3d5ca8f)) | ||
* **social-auth:** create foursquare driver ([8fb43bb](https://github.com/adonisjs/adonis-ally/commit/8fb43bb)) | ||
<a name="1.0.0"></a> | ||
@@ -2,0 +18,0 @@ # 1.0.0 (2016-11-05) |
{ | ||
"name": "adonis-ally", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Social authenticator for adonis framework", | ||
@@ -31,3 +31,3 @@ "main": "index.js", | ||
"mocha": "^3.0.2", | ||
"standard": "^8.0.0" | ||
"standard": "^8.6.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "standard": { |
@@ -17,3 +17,5 @@ 'use strict' | ||
linkedin: require('./LinkedIn'), | ||
twitter: require('./Twitter') | ||
twitter: require('./Twitter'), | ||
instagram: require('./Instagram'), | ||
foursquare: require('./Foursquare') | ||
} |
@@ -24,3 +24,3 @@ 'use strict' | ||
if (!_.hasAll(config, ['clientId', 'clientSecret', 'redirectUri'])) { | ||
throw CE.OAuthException.missingConfig('github') | ||
throw CE.OAuthException.missingConfig('twitter') | ||
} | ||
@@ -27,0 +27,0 @@ |
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
75038
32
2482