Skip to content
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

docs: explain windows 10 alg limitation #258

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
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
11 changes: 11 additions & 0 deletions content/00.build/30.zksync-sso/60.supported-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ ZKsync SSO currently supports web applications through its JavaScript SDK, allow
- **Microsoft Edge**
- **Opera**

See the full list of specific versions [here](https://caniuse.com/webauthn).

This broad browser support ensures a smooth user experience across various platforms.

## Coming Soon

Windows 10 users with [Windows Hello](https://www.microsoft.com/en-us/windows/tips/windows-hello) will
not be able to use PIN or facial recognition until RS256 support is added in a future module.
Until then, using a mobile device or a password manager will be required to create compatable passkeys on Windows 10.
The user may still see these options, but will be unable to create an account with the passkey on this platform.

### Native Mobile Integrations

iOS and Android mobile SDKs are *coming soon* and will enable developers to incorporate ZKsync SSO features into native mobile applications.
Loading