AuthKit is a drop-in component that handles third-party authentication for your users that works with all major frontend frameworks. Instead of building OAuth flows and managing credentials for dozens of platforms, you can embed AuthKit and let your users securely connect their Gmail, Slack, Salesforce, QuickBooks, and other accounts in minutes. It's essentially Plaid, but for integrations.
Want to see it in action? Pica uses AuthKit for its own connection flows. Head over to Pica's dashboard, create a free account, and click "Add Connection" under the Connected Integrations tab to experience AuthKit firsthand.
Add the PICA_SECRET_KEY
to the .env
file. You can copy it from the Pica Dashboard.
Run the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
The app will be running on PORT 3000 🎉
Read the AuthKit documentation.