https://github.com/zkemail/oauth-demo-ui
Demo of login with zk email, with specified oauth scopes.
https://github.com/zkemail/oauth-demo-ui
Last synced: 2 months ago
JSON representation
Demo of login with zk email, with specified oauth scopes.
- Host: GitHub
- URL: https://github.com/zkemail/oauth-demo-ui
- Owner: zkemail
- Created: 2024-07-07T14:39:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T21:34:03.000Z (about 1 year ago)
- Last Synced: 2025-06-19T20:51:45.522Z (12 months ago)
- Language: TypeScript
- Homepage: https://oauth.emailwallet.org/
- Size: 953 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Oauth Email Wallet Demo
Authorize scoped access to your email wallet account controlled by ZK Email proofs, via just 3 lines of code in a frontend SDK. This demo site shows how to integrate it with a live deployed example.
## Installation
```
npm install @zk-email/oauth-sdk
```
## Usage
To learn more about how to integrate, check out [our OAuth docs](https://docs.zk.email/login-with-zk-email-oauth-api).
## Link ts-sdk
```
git clone git@github.com:zkemail/email-wallet.git
cd email-wallet
git checkout feat/oauth-mvp
cd email-wallet/packages/ts-sdk
npm link
cd {THIS_REPO}
npm link @zk-email/ts-sdk
```