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

caccl-authorizer

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caccl-authorizer - npm Package Compare versions

Comparing version 1.0.46 to 1.0.47

6

index.js

@@ -267,2 +267,8 @@ const fs = require('fs');

// Function to perform a refresh
// Returns { accessToken, refreshToken } upon success or false on failure
req.performRefresh = () => {
return refreshAuthorization(req, req.session.refreshToken);
};
next();

@@ -269,0 +275,0 @@ });

2

package.json
{
"name": "caccl-authorizer",
"version": "1.0.46",
"version": "1.0.47",
"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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc