Skip to content

Commit a84f79e

Browse files
committed
Added note on dpop support
1 parent 7661629 commit a84f79e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/Passwordless.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Passwordless lets users sign in with a one-time code sent by email or SMS, or wi
88
> [!IMPORTANT]
99
> These flows are for confidential server-side applications. Tokens stay on the server; the browser should only receive your application's session cookie or opaque session reference.
1010
11+
> [!NOTE]
12+
> **This SDK currently does not support DPoP on passwordless.** Neither `start()` nor `verify()` accepts a `dpop_key`, and tokens issued by the OTP grant or the magic-link callback are always Bearer tokens, never sender-constrained.
13+
1114
## Table of Contents
1215

1316
- [How the flow works](#how-the-flow-works)

0 commit comments

Comments
 (0)