Commit d468d7c
fix: add WebAuthn permissions to Permissions-Policy header
Passkeys triggered inside an iframe require the server to explicitly
allow the WebAuthn API via the Permissions-Policy header. Without
publickey-credentials-create and publickey-credentials-get, the browser
blocks the WebAuthn call before it reaches the passkey flow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ba20840 commit d468d7c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments