@acceleratxr/passport-twitter
Advanced tools
Comparing version 2.2.0 to 2.2.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TwitterV1Strategy = void 0; | ||
const OAuthStrategy = require("passport-oauth1"); | ||
const { InternalOAuthError } = require("passport-oauth"); | ||
const OAuthStrategy = require("@acceleratxr/passport-oauth1"); | ||
const { InternalOAuthError } = require("@acceleratxr/passport-oauth1"); | ||
/** | ||
@@ -7,0 +7,0 @@ * The Twitter authentication strategy authenticates requests by delegating to Twitter API v1.1 using the OAuth 1.0a protocol. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TwitterV2Strategy = void 0; | ||
const OAuth2Strategy = require("passport-oauth2"); | ||
const OAuth2Strategy = require("@acceleratxr/passport-oauth2"); | ||
const { InternalOAuthError } = require("passport-oauth"); | ||
@@ -6,0 +6,0 @@ /** |
/// <reference types="node" /> | ||
import { OutgoingHttpHeaders } from "http"; | ||
import { StateStore } from "passport-oauth2"; | ||
import OAuth2Strategy = require("passport-oauth2"); | ||
declare const OAuth2Strategy: any; | ||
/** | ||
@@ -28,3 +27,3 @@ * Configuration options for the Twitter authentication strategy. | ||
sessionKey?: string | undefined; | ||
store?: StateStore | undefined; | ||
store?: any; | ||
/** Custom state to pass to Twitter that will be returned in the callback. */ | ||
@@ -58,1 +57,2 @@ state?: any; | ||
} | ||
export {}; |
{ | ||
"name": "@acceleratxr/passport-twitter", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Passport strategy for authenticating with Twitter using the OAuth 2.0 API.", | ||
@@ -5,0 +5,0 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
26848