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

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

License

Notifications You must be signed in to change notification settings

toba/oauth

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published