Skip to content

picahq/authkit-demo

Repository files navigation

AuthKit Next.js Demo App

Demo image

What is AuthKit?

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.

Setup

Add the PICA_SECRET_KEY to the .env file. You can copy it from the Pica Dashboard.

Running

Run the development server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

The app will be running on PORT 3000 🎉

Learn More

Read the AuthKit documentation.

About

A Next.js demo app to showcase AuthKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published