abhilashlr7

Results 19 comments of abhilashlr7

How do we go about for Axios setup when we don't use the Fetch hook?

Unfortunately I wont be able to share the tokens to the outside world @guillaume-chervet . Is there anything else I can do to help debug this issue?

Adding a few notes that I realised debugging this issue: 1. When `renewTokens()` is invoked, the `renewTokensAsync()` method is fired which inturn fires `renewTokensAndStartTimerAsync()` method. 2. Now inside this method,...

Hi @guillaume-chervet , Points 3, 4 and 5 in this still seem to be an issue: https://github.com/AxaFrance/oidc-client/issues/1236#issuecomment-1848265003

> Hi @abhilashlr7 , i have just seen this today on my new app. It has happened after a computer sleep i have to understand what happened deepe. Any updates...

@guillaume-chervet we are facing a new issue now, actually 2. The token gets reset if there are multiple tabs open for some of our users. Another issue is that the...

> I will look at the renew token return an ild tokens. Why do you use this method? In fact the library renew tokens automaticaly. So, here's why we did...

I'm facing this issue as well. In our case we use the magiclink flow. So we generate a magiclink by entering an email address, and when the email is received,...

The callback component is a simple `` and nothing fancy in it @guillaume-chervet and a useEffect like below: ``` useEffect(() => { const path = '/'; if (window) { window.location.href...

> Hi @dewaele-benoit @abhilashlr7 Does you configuration works with this repo demo? You mean OIDC configuration?