Pawan Gangwani
Pawan Gangwani
> In pnpm a package in `node_modules` that refers to a workspace is just a symlink to that workspace. > > So it's more of a vite concern than a...
> Hi @pgangwani , > > Thank you for your issue. I think it is due to the window.open. i have understand what to fix. I may do it tommorrow...
> I forgot to tell you @pgangwani that version 7.18.3 should fix the bug :) I will give it a test
@guillaume-chervet I tested above, it is redirecting to the post_redirect_uri after logout but not to the oidc server logout page as it is happening in https://black-rock-0dc6b0d03.1.azurestaticapps.net/. Is there a setting...
> hi @pgangwani , does you oidc server support endSessionEndpoint ? > > https://github.com/AxaFrance/oidc-client/blob/3a145799098bbc64f7619a217f9854795becc50b/packages/oidc-client/src/logout.ts#L131 Yes it does. 
I need to understand what is the extra setting required at OIDC server level ? How is your example app using [duende](https://demo.duendesoftware.com/) redirecitng to duende's logout with just mention of...
> provider My problem was solved by my own hack of await logout();redirect(logoutUrl) but organically logging out like in your example. For which I raised this issue.
I am at hour of deciding that whether should I select cypress or playwright. This feature is very important for me to tackle like cypress is doing [here](https://docs.cypress.io/guides/tooling/code-coverage).
This seems to be helping me out ``` if($element.matches(':-webkit-autofill')) { console.log('write animating label css') } ```
> very nice! need to > > * [ ] replace hard coded values with configuration (worst case I'll do it) > * [x] remove unrelated files (yarn.lock, prettiers) Removed...