You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#747 Document fast login and passkey live-validation recipe
Why OpenSafari should reflect this
SimpleWebAuthn/Auth.js/passkey ecosystems show that fast login is increasingly passwordless, prompt-heavy, and browser/OS mediated. OpenSafari should not become an auth framework, and existing #699 already tracks secure auth profile persistence. The missing piece is a live-validation recipe for login and passkey prompts using OpenSafari's Safari, native alert, app/webview, and auth-profile tools.
This should be reflected because fast login is critical for mobile QA setup time, but incorrect handling can compromise security or make tests flaky.
Scope / how to implement
Add a focused login/passkey validation guide or helper that composes existing tools:
auth profile save/load/reset,
Safari/app URL launch,
native alert/prompt detection,
app/webview context switching,
screenshot/log capture on failure.
Explicitly document what is out of scope: implementing WebAuthn RP/server logic, storing secrets in repo, or bypassing OS security prompts.
#747 Document fast login and passkey live-validation recipe
Why OpenSafari should reflect this
SimpleWebAuthn/Auth.js/passkey ecosystems show that fast login is increasingly passwordless, prompt-heavy, and browser/OS mediated. OpenSafari should not become an auth framework, and existing #699 already tracks secure auth profile persistence. The missing piece is a live-validation recipe for login and passkey prompts using OpenSafari's Safari, native alert, app/webview, and auth-profile tools.
This should be reflected because fast login is critical for mobile QA setup time, but incorrect handling can compromise security or make tests flaky.
Scope / how to implement
Decisions needed before implementation
Success criteria
Post-merge OpenSafari live validation
Ambiguity review
This is intentionally documentation/validation-first unless analysis finds a concrete OpenSafari tool gap. Heavy IAM libraries are out of scope.
Direction and necessity review (2026 OSS comparison)