authllizer-twitter-oauth1
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Authllizer Twitter oauth1 Provider

Source Code Version MIT License Bundle Size TypeScript

Install

$ npm install --save authllizer-twitter-oauth1
# and install peer dependencies  
$ npm install --save @authllizer/core

Use

import { Authllizer, IAuthllizerOptions } from '@authllizer/core';
import TwitterOAuth1, { ITwitterOAuth1Options } from 'authllizer-twitter-oauth1';
 
let authllizer: Authllizer = new Authllizer({
    providers: {
        twitter: TwitterOAuth1.extend({
            // ...
        } as ITwitterOAuth1Options),
        // ...
    },
    // ...
} as IAuthllizerOptions);

License

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

Package Sidebar

Install

npm i authllizer-twitter-oauth1

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

37.5 kB

Total Files

15

Last publish

Collaborators

  • yisraelx