Cleared 1m ago · linux-credentials/credentialsd #81 · Rust · ★ 245 · LGPL-3.0

Require callers to pass top origin string instead of same origin flag

WebAuthn level 3 allows cross-origin requests in some circumstances and added the topOrigin parameter to clientDataJson. The is_same_origin flag that we're currently passing can be derived from the origin and topOrigin strings. Either neither or both of origin and topOrigin…

What we checked

Similar unclaimed issues