0.2.0 • Published 5 years ago

authllizer-instagram-oauth2 v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Authllizer Instagram OAuth2 Provider

Source Code Version MIT License Bundle Size TypeScript

Install

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

Use

import { Authllizer, IAuthllizerOptions } from '@authllizer/core';
import InstagramOAuth2, { IInstagramOAuth2Options } from 'authllizer-instagram-oauth2';

let authllizer: Authllizer = new Authllizer({
    providers: {
        instagram: InstagramOAuth2.extend({
            clientId: '***',
            // ...
        } as IInstagramOAuth2Options),
        // ...
    },
    // ...
} as IAuthllizerOptions);

License

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