Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<p align="center">
<h1 align="center">Awesome Pica</h1>
<p align="center">
<img src="https://assets.picaos.com/github/pica-man.png" width="200" alt="Pica One Tool">
<img src="./pica-man.png" width="200" style="border-radius: 20px" alt="Pica Man">
</p>
<p align="center">
This repository contains a collection of examples showcasing how to use the <strong><a href="https://docs.picaos.com/core/one-tool">Pica One Tool</a></strong> for various applications. Each example provides a practical use case and implementation details.
This repository contains a collection of examples showcasing Pica in various applications. Each example provides a practical use case and implementation details.
</p>
</p>

Expand Down
41 changes: 0 additions & 41 deletions authkit-next-app/.gitignore

This file was deleted.

28 changes: 4 additions & 24 deletions authkit-next-app/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,7 @@
# AuthKit Demo App
# AuthKit Next.js Demo App

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app) to showcase using [AuthKit](https://docs.picaos.com/core/authkit).
![AuthKit](./demo.png)

## Setup
[AuthKit](https://www.npmjs.com/package/@picahq/authkit) is a drop-in component for third-party authentication 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—think Plaid, but for integrations.

Add the `PICA_SECRET_KEY` to the `.env` file. You can copy it from the [Pica Dashboard](https://app.picaos.com/settings/api-keys).

## Running

Run the development server

```bash
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](https://docs.picaos.com/core/authkit).
## Check it out: [Pica AuthKit Demo](https://github.com/picahq/authkit-demo)
Binary file added authkit-next-app/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions authkit-next-app/eslint.config.mjs

This file was deleted.

7 changes: 0 additions & 7 deletions authkit-next-app/next.config.ts

This file was deleted.

Loading