Skip to content

Commit 4671ebb

Browse files
authored
doc: remove EA note for DPoP (#933)
1 parent 146448c commit 4671ebb

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

EXAMPLES.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [Changing the Return To URL scheme](#changing-the-return-to-url-scheme)
1212
- [Specify a Custom Logout URL](#specify-a-custom-logout-url)
1313
- [Trusted Web Activity](#trusted-web-activity)
14-
- [DPoP [EA]](#dpop-ea)
14+
- [DPoP](#dpop)
1515
- [Authentication API](#authentication-api)
1616
- [Login with database connection](#login-with-database-connection)
1717
- [Login using MFA with One Time Password code](#login-using-mfa-with-one-time-password-code)
@@ -30,7 +30,7 @@
3030
- [Get user information](#get-user-information)
3131
- [Custom Token Exchange](#custom-token-exchange)
3232
- [Native to Web SSO login](#native-to-web-sso-login)
33-
- [DPoP [EA]](#dpop-ea-1)
33+
- [DPoP](#dpop-1)
3434
- [My Account API](#my-account-api)
3535
- [Enroll a new passkey](#enroll-a-new-passkey)
3636
- [Get Available Factors](#get-available-factors)
@@ -228,10 +228,7 @@ WebAuthProvider.login(account)
228228
.await(this)
229229
```
230230

231-
## DPoP [EA]
232-
233-
> [!NOTE]
234-
> This feature is currently available in [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). Please reach out to Auth0 support to get it enabled for your tenant.
231+
## DPoP
235232

236233
[DPoP](https://www.rfc-editor.org/rfc/rfc9449.html) (Demonstrating Proof of Possession) is an application-level mechanism for sender-constraining OAuth 2.0 access and refresh tokens by proving that the app is in possession of a certain private key. You can enable it by calling the `useDPoP()` method.
237234

@@ -1606,10 +1603,7 @@ authentication
16061603
```
16071604
</details>
16081605

1609-
## DPoP [EA]
1610-
1611-
> [!NOTE]
1612-
> This feature is currently available in [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). Please reach out to Auth0 support to get it enabled for your tenant.
1606+
## DPoP
16131607

16141608
[DPoP](https://www.rfc-editor.org/rfc/rfc9449.html) (Demonstrating Proof of Possession) is an application-level mechanism for sender-constraining OAuth 2.0 access and refresh tokens by proving that the app is in possession of a certain private key. You can enable it by calling the `useDPoP(context: Context)` method. This ensures that DPoP proofs are generated for requests made through the AuthenticationAPI client.
16151609

0 commit comments

Comments
 (0)