Express implementation of the Hive API v2 OAuth 2.0 Authorization Code Flow with PKCE.
cd examples/node
cp .env.example .envFill in your Hive OAuth credentials in .env.
npm installIn one terminal, start the OAuth server:
npm run serverIn another terminal, serve the UI:
npm run uiOpen http://localhost:3000.
Register the following in your Hive OAuth Application:
http://localhost:4000/callback