Badisi

Results 117 comments of Badisi

Any updates on this ? I'm getting the exact same issue as @dominikg and like him the suggested workaround doesn't seems to work.

I can confirm `v16.5.1` is fixing the issue described by @dominikg. Thanks a lot @raineorshine !

Still facing this issue with `gramjs 2.16.0` on browser. Can we at least listen to this event somehow so I can logout my users nicely ? _(because right now when...

I traced down the issue to this reproducible snippet: ```ts await Browser.addListener( 'browserFinished', (): void => void Browser.close()) ); await Browser.open({ url: 'http://capacitorjs.com/' }); ``` The root cause is when...

For anyone interested, I've finally managed to find time to do it 🎉 If you are looking for a `sample` : I had to extend the [UserManager](https://github.com/Badisi/auth-js/blob/main/projects/auth-js/oidc/oidc-user-manager.ts) class to add...

@pamapa, can I contact them on your behalf ?

@hugogz, thanks for the ping because I completely forgot about this. I'll have a look at it asap

Yes, and this is something I actually have to discuss with @pamapa. We will keep you posted in this ticket.

@dbfr3qs, thanks for the PR ! > Note that when this is configured, it overrides the silentRequestTimeoutInSeconds used when retrieving refresh tokens I would go with the opposite: `silentRequestTimeoutInSeconds` should...

> @Badisi Can you have a look at this? I'm abroad right now, will be able to look into this in 2 weeks