Skip to content

Feat/pkp auth service #826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 32 commits into
base: wip-structure
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1e6bb55
feat(pkp-auth-service): first
Ansonhkg May 20, 2025
33c51d1
feat(pkp-auth-service): tidy up structure
Ansonhkg May 20, 2025
1194132
feat(pkp-auth-service): update mintPKP api to accept optional params …
Ansonhkg May 20, 2025
24531b1
fix(pkp-auth-service): project.json build script
Ansonhkg May 20, 2025
819633c
feat(pkp-auth-service): add lit-login-server
Ansonhkg May 20, 2025
5888084
feat: rename `pkp-auth-service` to `auth-services`
Ansonhkg May 20, 2025
26d9460
feat: social minting works with custom login server and auth service
Ansonhkg May 21, 2025
d5790f8
feat(networkModule): add `authServerBaseUrl`
Ansonhkg May 21, 2025
60f82df
wip
Ansonhkg May 21, 2025
bc1a263
feat(wip): signSessionKey endpoint works! but need to fking tidy up 🥲
Ansonhkg May 21, 2025
eb5b283
feat(signSessionKey): handled response and signed with a Google PKP!.…
Ansonhkg May 21, 2025
e702d75
fix: build
Ansonhkg May 21, 2025
19fdeda
chore: removed old lib and renamed lib.v2 back to lib
Ansonhkg May 21, 2025
c5e66cd
feat: add cache to inner/delegation auth sig
Ansonhkg May 22, 2025
9c78c4a
chore: add logger to createLitClient
Ansonhkg May 22, 2025
d897225
fix: Discord
Ansonhkg May 22, 2025
83ae0e1
feat(auth-server): add webauthn support
Ansonhkg May 22, 2025
ed731cc
feat(auth): add webauthn support
Ansonhkg May 22, 2025
69b6162
chore: move authenticators into native
Ansonhkg May 22, 2025
13700c8
feat: add `mintNext` api; update Viem/WalletClient authenticators; ad…
Ansonhkg May 22, 2025
7debd4f
feat: auth service now use mintWithAuth API + overwrite to mint for u…
Ansonhkg May 22, 2025
57a0a83
fix: webauthn flows and remove overwrites, and introduce different ki…
Ansonhkg May 22, 2025
45ba4d6
fix: build
Ansonhkg May 22, 2025
6b0bde6
fix(PkpIdentifierSchema): convert any type to bigint
Ansonhkg May 23, 2025
14287ad
feat: stytch totp works
Ansonhkg May 23, 2025
73c2871
feat: improve pkpPermission context
Ansonhkg May 24, 2025
aa9cfb5
feat: custom auth demo works
Ansonhkg May 24, 2025
94ed988
feat: add `PermittedAuthMethodScopes` and `safeTransfer`
Ansonhkg May 25, 2025
a95e774
feat: `custom` auth works
Ansonhkg May 25, 2025
24b07dd
feat(docs): add examples
Ansonhkg May 25, 2025
4e4a045
delete unused
Ansonhkg May 25, 2025
e266798
feat: update @lit-protocol/contracts package
Ansonhkg May 25, 2025
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ generate-digest.ts
.cursor/rules
packages/networks/src/networks/vDatil
lit-auth-storage
.ctx
.ctx
packages/auth-services/lit-auth-*
1,043 changes: 1,015 additions & 28 deletions bun.lock

Large diffs are not rendered by default.

Loading
Loading