Adam Mcgrath

Results 94 comments of Adam Mcgrath

Hi @YassinEldeeb - thanks for raising this > uncomment the if statement that checks for the isLoading value before running getAccessTokenSilently and add the isLoading to the useEffect dependency array...

@YassinEldeeb - thanks for the feedback and the PR Let me have a look into this next week and get back to you

Apologies for the delay getting back to you @YassinEldeeb, I'll try and take a look at this when I can

Hi @YassinEldeeb So, there are a few things going on here. First off, your application is incorrectly configured to use SPA JS. Even though you're using `localStorage`/`refreshTokens`, you still need...

Hi @treesa-keyvalue - thanks for raising this I can see you're trying to mix our SDK that does embedded login (`auth0.js`) with an SDK that uses the Universal Login Page...

Hi @treesa-keyvalue So, am I right in saying that you are logging in from your react app with a `redirect_uri` of `http://localhost:9030/` eg. ```js ``` But after you login to...

Hi @treesa-keyvalue - could you share a HAR file of what's going on (removing any sensitive information) - I'm still not able to understand what your issue is

@adriandmitroca > How else can we achieve login programmatically inside React app without using auth0.WebAuth.login from auth0-js? You can use auth0-js, you just can't _mix_ auth0-js and auth0-react @treesa-keyvalue closing...