Nicolas Goudry

Results 94 comments of Nicolas Goudry

Updated PR to init at 0.2.1 (just released). ```diff diff --git a/pkgs/by-name/se/seabird/package.nix b/pkgs/by-name/se/seabird/package.nix index a3fab66d59f4..fcf5175e3aeb 100644 --- a/pkgs/by-name/se/seabird/package.nix +++ b/pkgs/by-name/se/seabird/package.nix @@ -15,16 +15,16 @@ buildGo122Module rec { pname = "seabird";...

> But I have taken a look at the "About" section, but "dev" is set to the version number. Nice catch, it’s now fixed.

Updated PR to init at 0.2.2 (released last week). Removed `glib` from `nativeBuildInputs`. Added `glibc` to `buildInputs`. --- Result of `nixpkgs-review pr 292581` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 1 package built:...

Replaced (invalid) `install` phase by `postInstall` hook. Also fixed invalid icon filename. --- Result of `nixpkgs-review pr 292581` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 1 package built: seabird

Thanks for your quick answer ! I’m using the Service Worker mode. I thought about using the `auth-callback` route to handle this, but in the end I used the `callbackSuccessComponent`...

Here is how it looks like: https://github.com/AxaFrance/react-oidc/assets/8753998/ebab32eb-8141-416e-aace-46c351d4f125 The `AuthSuccess` component `useEffect`: ```tsx useEffect(() => { // Notify other tabs of successful sign in window.localStorage.setItem('signIn', 'trigger') window.localStorage.removeItem('signIn') // Force redirect after...

Hi @guillaume-chervet, sorry for my late reply. Actually I sent the whole video by mistake, only the first 8 seconds or so are relevant to my message… Sorry about that....

Hi @guillaume-chervet, I missed that part of the demo. I’ll try to implement it in the same way. Thanks !

Hi @guillaume-chervet, sorry for my delay. Sadly I didn’t have time to fully implement the auth mechanism like it’s done in the demo. I will have some time to work...

Hi @guillaume-chervet I found some time to work on this but I wasn’t able to make it work… I gave you access to my repository if you would be kind...