auth.andert.me/example/google-auth
2023-07-21 10:11:29 +02:00
..
public Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
src/pages further reducing google auth example 2023-07-21 10:11:29 +02:00
.eslintrc.json Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
.gitignore Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
.prettierignore Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
.prettierrc Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
jsconfig.json Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
next-env.d.ts Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
next.config.js Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
package.json Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
pnpm-lock.yaml Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
README.md Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00
tsconfig.json Updated main provider to include Chronicle 2023-07-21 09:24:32 +02:00

PKP x Google OAuth Web Example 🪢

This is an example web app that shows how you can mint and use programmable key pairs (PKPs) with just Google account. With PKPs, you can build distributed and customizable MPC wallets. Learn more about PKPs here.

Check out the live demo.

💻 Getting Started

  1. Clone this repo and install dependencies:
git clone git@github.com:LIT-Protocol/pkp-social-auth-example.git

cd pkp-social-auth-example

yarn install
  1. Start your development server:
yarn dev
  1. Visit http://localhost:3000 to start playing with the app.