@toba/oauth
v2.1.2
Published
Toba OAuth
Downloads
59
Readme
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"
]
}
}