Adam Wootton

Results 35 issues of Adam Wootton

### Checklist - [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/nextjs-auth0#readme), [Examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/nextjs-auth0/blob/main/FAQ.md) and have not...

**What is the current behavior?** Since the `useCookie` hook works by initializing a piece of state to the value of `Cookie.get` with the passed in cookie name, it does not...

- add support for self targeting in Next js pages router by fetching from SDK API when using a debug user

- support self-targeting in app router by making a secondary request to the SDK API when the user is a debug user - invalidate SDK API calls by user id...

### What is the improvement or update you wish to see? The new router in `next/navigation` no longer returns a promise from the `push` method. From what I've been able...

Documentation