Integrate HubSpot Single Sign-On with Nile Auth
Setup HubSpot Developer Portal
Save Client ID and Client Secret in Nile
console.thenile.dev
Add the `HubSpot` button to your login page
import { HubSpot } from '@niledatabase/react'; function App() { return ( <div> <HubSpotSignInButton callbackUrl="/" /> </div> ); }
Was this page helpful?