Paulo Pinto
Paulo Pinto
I haven't been able to reproduce the `10419` code. Would it be possible for you to create a minimal Symfony project that reproduces the issue and put it up on...
I downloaded the `meetings-core.ics` file and put it on Dropbox. I then imported the Dropbox public link into Google Calendar: (not an actual Dropbox link) https://www.google.com/calendar/render?cid=webcal://www.dropbox.com/link-to-my-file.ics?dl=1 This worked correctly, which...
Hi @flcdrg, these are great questions, we probably need to better document this. The `define( 'OIDC_PUBLIC_KEY'` bits should go in the [`wp-config.php` file](https://wordpress.org/documentation/article/editing-wp-config-php/). Since you're using docker, you'll probably need...
Opened https://github.com/Automattic/wp-openid-connect-server/issues/93 to improve the docs.
AFAICT, the `getUserClaims()` method is called when a request is made to either the [authorize endpoint](https://openid.net/specs/openid-connect-core-1_0.html#AuthorizationEndpoint) or the [userinfo endpoint](https://openid.net/specs/openid-connect-core-1_0.html#UserInfo).
Symfony uses symlinks and [falls back](https://symfony.com/blog/new-in-symfony-2-6-smarter-assets-install-command) to copying if the system doesn't support them. I believe this approach makes the most sense. I also agree that files should not be...
I figured it would not be too hard to make it possible to disable the service worker, so I done that in https://github.com/Automattic/chatrix/pull/243. If we get that one merged first,...
The `enableServiceWorker` attribute only applies to the block, so indeed popup will still use the service worker. Concerning, the session remaining logged-in after refresh, I would assume thats the expected...
This would need to be implemented in hydrogen, as per https://github.com/vector-im/hydrogen-web/issues/518. Would you be ok with closing this issue in favour of https://github.com/vector-im/hydrogen-web/issues/518 @akirk ?
I'm not sure I 100% understand the issue. Is the question whether hydrogen can act as a session verification device? As in, when logging in Element (or another client), the...