Socket
Socket
Sign inDemoInstall

caccl-authorizer

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

3

index.js

@@ -235,3 +235,2 @@ const fs = require('fs');

// Step 1: Try to refresh, if not possible, redirect to authorization screen
config.app.get(launchPath, (req, res, next) => {

@@ -343,2 +342,3 @@ // Skip if not step 1

params: {
grant_type: 'authorization_code',
code,

@@ -349,2 +349,3 @@ client_id: config.developerCredentials.client_id,

},
ignoreSSLIssues: (canvasHost === 'localhost:8088'),
})

@@ -351,0 +352,0 @@ .then((response) => {

{
"name": "caccl-authorizer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Acquires Canvas tokens through via OAuth, stores refresh tokens, and refreshes access tokens when they expire.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc