Merged
Conversation
Widcket
reviewed
Aug 22, 2025
src/auth0-context.tsx
Outdated
| getDpopNonce: Auth0Client['getDpopNonce']; | ||
|
|
||
| /** | ||
| * Gets the current DPoP nonce used for making requests to Auth0. |
Contributor
There was a problem hiding this comment.
Suggested change
| * Gets the current DPoP nonce used for making requests to Auth0. | |
| * Sets the current DPoP nonce used for making requests to Auth0. |
Widcket
reviewed
Aug 22, 2025
| */ | ||
| generateDpopProof: Auth0Client['generateDpopProof']; | ||
|
|
||
| createFetcher: Auth0Client['createFetcher']; |
Contributor
There was a problem hiding this comment.
This one is missing doc comments.
Widcket
reviewed
Aug 22, 2025
EXAMPLES.md
Outdated
| > | ||
| > You decide how to handle this transition. For example, you might require users to log in again the next time they use your application. | ||
|
|
||
| > [!IMPORTANT] |
Contributor
There was a problem hiding this comment.
This one should probably be a NOTE.
Widcket
reviewed
Aug 22, 2025
EXAMPLES.md
Outdated
| > [!IMPORTANT] | ||
| > Using DPoP requires storing some temporary data in the user's browser. When you log the user out with `logout()`, this data is deleted. | ||
|
|
||
| > [!IMPORTANT] |
Contributor
There was a problem hiding this comment.
This one should probably be a TIP.
Widcket
reviewed
Aug 22, 2025
EXAMPLES.md
Outdated
| const { createFetcher } = useAuth0(); | ||
|
|
||
| const fetcher = createFetcher({ | ||
| fetch: (request) => signal: AbortSignal.timeout(2000), |
Contributor
There was a problem hiding this comment.
The syntax here seems off.
Widcket
previously approved these changes
Sep 8, 2025
Widcket
previously approved these changes
Sep 10, 2025
gyaneshgouraw-okta
approved these changes
Sep 15, 2025
Merged
gyaneshgouraw-okta
added a commit
that referenced
this pull request
Sep 17, 2025
**Added** - Add support for DPoP [\#869](#869) ([martinml](https://github.com/martinml))
gyaneshgouraw-okta
added a commit
that referenced
this pull request
Sep 17, 2025
### Description This PR adds support for DPoP via an update of `auth0-spa-js` from 2.3.0 to 2.4.1. New methods are exposed, docs are updated. No logic changes. ### Testing - [x] This change adds test coverage for new/changed/fixed functionality ### Checklist - [x] I have added documentation for new/changed functionality in this PR or in auth0.com/docs - [x] All active GitHub checks for tests, formatting, and security are passing - [x] The correct base branch is being used, if not the default branch --------- Co-authored-by: Rita Zerrizuela <zeta@widcket.com> Co-authored-by: Gyanesh Gouraw <gyanesh.gouraw@okta.com>
gyaneshgouraw-okta
added a commit
that referenced
this pull request
Sep 17, 2025
**Added** - Add support for DPoP [\#869](#869) ([martinml](https://github.com/martinml))
techman823
added a commit
to techman823/auth0-react
that referenced
this pull request
Sep 30, 2025
**Added** - Add support for DPoP [\#869](auth0/auth0-react#869) ([martinml](https://github.com/martinml))
5 tasks
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds support for DPoP via an update of
auth0-spa-jsfrom 2.3.0 to 2.4.1.New methods are exposed, docs are updated. No logic changes.
Testing
Checklist