authllizer-twitch-oauth2
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Authllizer Twitch OAuth2 Provider

Source Code Version MIT License Bundle Size TypeScript

Install

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

Use

import { Authllizer, IAuthllizerOptions } from '@authllizer/core';
import TwitchOAuth2, { ITwitchOAuth2Options } from 'authllizer-twitch-oauth2';
 
let authllizer: Authllizer = new Authllizer({
    providers: {
        twitch: TwitchOAuth2.extend({
            clientId: '***',
            // ...
        } as ITwitchOAuth2Options),
        // ...
    },
    // ...
} as IAuthllizerOptions);

License

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

Package Sidebar

Install

npm i authllizer-twitch-oauth2

Weekly Downloads

3

Version

0.2.0

License

MIT

Unpacked Size

38.9 kB

Total Files

15

Last publish

Collaborators

  • yisraelx