@toba/oauth
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

npm package Build Status Code style Dependencies DevDependencies codecov

Toba OAuth

Lightweight wrapper with TypeScript type definitions around ciaranj/node-oauth (npm “oauth”).

yarn add @toba/oauth --dev

Optionally add oauth dependency types to TypeScript type roots in tsconfig.json

{
   "extends": "./node_modules/@toba/build/ts/config",
   "compilerOptions": {
      "typeRoots": [
         "./node_modules/@types", "./node_modules/@toba/oauth/types"
      ]
   }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @toba/oauth

Weekly Downloads

0

Version

2.1.2

License

MIT

Unpacked Size

4.8 kB

Total Files

6

Last publish

Collaborators

  • jason-abbott