Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

torii-clever

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

torii-clever - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

addon/torii-providers/clever.js

@@ -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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc