torii-clever
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -22,4 +22,4 @@ import Oauth2 from 'torii/providers/oauth2-code'; | ||
baseUrl: 'https://clever.com/oauth/authorize', | ||
districtId: configurable('districtId'), | ||
districtId: configurable('districtId', ''), | ||
responseType: configurable('responseType', 'code') | ||
}); |
{ | ||
"name": "torii-clever", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Torii provider for Clever Instant Login.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -22,6 +22,4 @@ torii-clever | ||
module.exports = function(environment) { | ||
var ENV = { | ||
// ... | ||
// ... other ENV config stuff here | ||
ENV['torii'] = { | ||
@@ -37,3 +35,3 @@ providers: { | ||
return ENV; | ||
// ... | ||
}; | ||
@@ -82,1 +80,5 @@ ``` | ||
This project is licensed under the [MIT License](LICENSE.md). | ||
---- | ||
Created and maintained by [Yoran Brondsema](https://github.com/YoranBrondsema) from [Sutori](https://www.sutori.com). |
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
6016
82