A monorepo containing the oauth-fetch library and example applications.
oauth-fetch- Lightweight HTTP client built on top of the nativefetchAPI, designed to simplify making requests to both public and OAuth-protected resources.
The following example are available:
- React App Example — You can also check the live demo here:
oauth-fetchPlayground
Before running the examples, you need to install the dependencies for the monorepo and build all the packages.
- Install depedencies
$ npm install- Build all packages
$ npm run build