Skip to content

Commit c8e1b91

Browse files
authored
Merge branch 'main' into test-oidc
2 parents 3714ee2 + d771855 commit c8e1b91

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,23 @@ simplifying user authentication, session management, and transaction processing.
1010

1111
<!-- prettier-ignore -->
1212
> [!CAUTION]
13-
> ZKsync SSO is under active development and is not yet feature
14-
> complete. Use it to improve your development applications and tooling. Please
15-
> do not use it in production environments.
13+
ZKsync SSO is under active development and not yet feature complete. While it's
14+
suitable for improving your development workflows and tooling,
15+
use caution and stay up to date with the latest updates and changes as they are released.
1616

1717
- 🧩 Modular smart accounts based on
1818
[ERC-7579](https://eips.ethereum.org/EIPS/eip-7579#modules)
1919
- πŸ”‘ Passkey authentication (no seed phrases)
2020
- ⏰ Sessions with easy configuration and management
2121
- πŸ’° Integrated paymaster support
2222
- β€οΈβ€πŸ©Ή Account recovery
23-
- πŸ’» Simple SDKs : JavaScript, iOS/Android _(Coming Soon)_
23+
- Setup EOA or other SSO Guardian accounts to create new passkey
24+
- Use Google Auth (OIDC) recovery flow to create new passkey
25+
- πŸ’» Simple SDKs :
26+
- JavaScript
27+
- React Native
28+
- Swift
29+
- Kotlin _(Coming Soon)_
2430
- 🀝 Open-source authentication server
2531
- πŸŽ“ Examples to get started quickly
2632

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"webcredentials": {
3-
"apps": ["4SQ22U66PS.dev.zksync.auth-test.SSOExample"]
3+
"apps": ["4SQ22U66PS.dev.zksync.auth-test.SSOExample", "4SQ22U66PS.dev.zksync.auth-test.SSORNTutorialDemo"]
44
}
55
}

0 commit comments

Comments
Β (0)