HubSpot-nodejs oauth sample app
August 24, 2023 ยท View on GitHub
An Express server implementation
Requirements
- Node v10+
- Redirect url configured to http://localhost:3000/oauth-callback
- Configured .env file
Running
- Install dependencies
npm install
- Run the application
npm run dev
You should now be able to navigate to http://localhost:3000 and use the application.
Configure OAuth
Copy redirect url from login page and designate this on your app's Auth settings page.