express-authenticators
Advanced tools
Comparing version 0.2.0-experiiment-1 to 0.2.0-experiiment-2
@@ -12,4 +12,5 @@ import FacebookAuthenticator from './vendors/FacebookAuthenticator'; | ||
import ZaloAuthenticator from './vendors/ZaloAuthenticator'; | ||
import AppleAuthenticator from './vendors/AppleAuthenticator'; | ||
import OAuth from './oauth/OAuth'; | ||
import OAuth2 from './oauth2/OAuth2'; | ||
export { FacebookAuthenticator, FoursquareAuthenticator, GithubAuthenticator, GoogleAuthenticator, InstagramAuthenticator, LinkedInAuthenticator, PinterestAuthenticator, TumblrAuthenticator, TwitterAuthenticator, LineAuthenticator, ZaloAuthenticator, OAuth2, OAuth }; | ||
export { FacebookAuthenticator, FoursquareAuthenticator, GithubAuthenticator, GoogleAuthenticator, InstagramAuthenticator, LinkedInAuthenticator, PinterestAuthenticator, TumblrAuthenticator, TwitterAuthenticator, LineAuthenticator, ZaloAuthenticator, AppleAuthenticator, OAuth2, OAuth }; |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OAuth = exports.OAuth2 = exports.ZaloAuthenticator = exports.LineAuthenticator = exports.TwitterAuthenticator = exports.TumblrAuthenticator = exports.PinterestAuthenticator = exports.LinkedInAuthenticator = exports.InstagramAuthenticator = exports.GoogleAuthenticator = exports.GithubAuthenticator = exports.FoursquareAuthenticator = exports.FacebookAuthenticator = void 0; | ||
exports.OAuth = exports.OAuth2 = exports.AppleAuthenticator = exports.ZaloAuthenticator = exports.LineAuthenticator = exports.TwitterAuthenticator = exports.TumblrAuthenticator = exports.PinterestAuthenticator = exports.LinkedInAuthenticator = exports.InstagramAuthenticator = exports.GoogleAuthenticator = exports.GithubAuthenticator = exports.FoursquareAuthenticator = exports.FacebookAuthenticator = void 0; | ||
const FacebookAuthenticator_1 = __importDefault(require("./vendors/FacebookAuthenticator")); | ||
@@ -30,2 +30,4 @@ exports.FacebookAuthenticator = FacebookAuthenticator_1.default; | ||
exports.ZaloAuthenticator = ZaloAuthenticator_1.default; | ||
const AppleAuthenticator_1 = __importDefault(require("./vendors/AppleAuthenticator")); | ||
exports.AppleAuthenticator = AppleAuthenticator_1.default; | ||
const OAuth_1 = __importDefault(require("./oauth/OAuth")); | ||
@@ -32,0 +34,0 @@ exports.OAuth = OAuth_1.default; |
{ | ||
"name": "express-authenticators", | ||
"version": "0.2.0-experiiment-1", | ||
"version": "0.2.0-experiiment-2", | ||
"description": "Third party authenticators in nodejs. Support various providers. Almost zero dependencies.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
122869
1731