Adam Mcgrath

Results 86 comments of Adam Mcgrath

Hi @a-mroz - thanks for raising this Have a look at https://github.com/panva/node-openid-client/issues/90#issuecomment-383291652 Looks like Keyrock is using base64 to represent the hash instead of base64url, you'll need to raise an...

Thanks for raising this @rowanmanning Ultimately, our session is not the same as `express-session`, so any store that relies on parts of `express-session`, or anything beyond the [custom store implementation's...

Hi @EngrKhizarIqbal > Why SameSite is not working when IP is not on the same domain? This is how SameSite=Strict works. When you follow a link or are redirected from...

👋 [2.0.0-beta.0](https://github.com/auth0/nextjs-auth0/releases/tag/v2.0.0-beta.0) has been released - which no longer uses `onHeaders` (and no longer requires `GetServerSidePropsWrapper `) Check out the [README](https://github.com/auth0/nextjs-auth0/tree/vNext#auth0nextjs-auth0-beta) for how to install the Beta. And the [Migration...

Thanks for your effort here @acidoxee > This is a breaking change and should warrant a new major version bump. We're not looking to make a breaking change on this...

Hi @acidoxee - sure ok, could you remove the breaking change We have a history of accepting PRs that attempt to add ESM support and end up breaking in various...

@johansundwall @PSoltes @ShawnFumo @jhaji2911 @matiascarranza @alechartung I've released an experimental version of the SDK with support for custom session stores. **To install:** ```bash npm i @auth0/nextjs-auth0@experimental-custom-store ``` See this example...

@PSoltes @jhaji2911 FYI am planning on releasing this week - so let me know if you have run into any issues when trying this out

Hi @PSoltes - sure, happy to accept a PR or separate feature request

Thanks - `main` please 👍