New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

authllizer-google-oauth2

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authllizer-google-oauth2

Authllizer Google OAuth2 Provider

0.2.0
latest
Version published
Weekly downloads
8
60%
Maintainers
1
Weekly downloads
 
Created

Authllizer Google OAuth2 Provider

Source Code Version MIT License Bundle Size TypeScript

Install

$ npm install --save authllizer-google-oauth2
# and install peer dependencies 
$ npm install --save @authllizer/core

Use

import { Authllizer, IAuthllizerOptions } from '@authllizer/core';
import GoogleOAuth2, { IGoogleOAuth2Options } from 'authllizer-google-oauth2';

let authllizer: Authllizer = new Authllizer({
    providers: {
        google: GoogleOAuth2.extend({
            clientId: '***',
            // ...
        } as IGoogleOAuth2Options),
        // ...
    },
    // ...
} as IAuthllizerOptions);

License

Copyright © 2017 Yisrael Eliav, Licensed under the MIT license.

FAQs

Package last updated on 03 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts