Steve Hobbs
Steve Hobbs
Thanks for the contribution @Dannnir - can you please fill out the description in the template and describe a bit more about the PR? Also there is a test failing...
Thanks for fixing it up @Dannnir, I'll take a look this week. To test a snapshot version, the easiest way I've found is to use `npm pack` within your locally-cloned...
@nseb If you can provide a small repro app I'd be happy to take a long. Or at least share some code here on the issue? Nothing has changed recently...
👋🏻 Using what you describe works for me: ``` auth0Client.loginWithRedirect({ connection: 'google-oauth2' }); ``` I get directed straight to the Google sign-in page as long as my Google connection is...
Thank for raising this @rahlawat and thanks for your patience. Can I see what code you're using to interact with the SDK and what parts of our API you're using?...
Closing for now, but happy to continue the conversation if there's anything we can help with.
👋🏻 Cross origin auth relies on third-party cookie support, which are disabled in Chrome Incognito mode. The verification fallback can work in a limited number of cases but I don't...
Generally support is sketchy in incognito mode due to the lack of third party cookie support and will get even worse in the future once [Chrome blocks third-party cookies by...
Closing for now, but happy to continue the conversation if there's anything we can help with.
Hi @pakaplace, Can you elaborate on where you're seeing a call to `/serverless/start`? As a starter, I've tried to reproduce an issue with the Passwordless flow using our Lock library...