Ben Scholzen

Results 57 comments of Ben Scholzen

Same problem with some applications which are shipped as app images on steam. Right now I always have to click "Run once" each time I start them.

@TheAssassin That'd be OpenVR-Advancd-Settings. I gonna make a pull requests against them :)

I suppose it should be no problem to use the native broadcast-channel. I'll have a look at this.

@pamapa Just wondering, as this would ease implementation a lot: Is the browser support for the `LockManager` API too thin/new to be used? https://developer.mozilla.org/en-US/docs/Web/API/Web_Locks_API

I am using localStorage, yes. But Wouldn't sessionStorage suffer from the same issue, two tabs still access the same sessionStorage value with the same key. Only memory storage wouldn't suffer...

Uh, so this becomes kinda tricky. Basically when you duplicate a tab using session storage while using refresh tokens, they become permanently linked to each other. I guess the following...

Well, I went ahead and implemented this to solve it for localStorage, which was relatively easy. I still have to think how exactly I want to handle that for sessionStorage....

> Whereas Keycloak is invalidating the RT family if any previously delivered RT (before the rotation) is being reused. Which makes no sense to me... Yeah, this seems to be...

> Thanks for working on this, looks much simpler now with locking. For easier review could you please squash your changes into a single commit? I just squashed it all...