auth.andert.me/example/social-auth
2023-07-21 09:02:42 +02:00
..
public added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
src added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
.eslintrc.json added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
.gitignore added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
.prettierignore added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
.prettierrc added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
jsconfig.json added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
next-env.d.ts added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
next.config.js added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
package.json added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
pnpm-lock.yaml added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
README.md added social auth example as reference implementation 2023-07-21 09:02:42 +02:00
tsconfig.json added social auth example as reference implementation 2023-07-21 09:02:42 +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.