Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.13 KB

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"
      ]
   }
}