Marco Reni

Results 38 comments of Marco Reni

Hello @juanpicado , I'll describe our scenario, hope that this will help clarify our need. We are using a single AWS Cloudfront CDN as a single entrypoint for different backend...

I totally missed the middlewares, sorry! Middlewares were not routed through the base_path and I think this caused the issue. I have no experience with `npm audit`, but I think...

@Tensho that is another possibility, yes. I went this way because by using the hcl I would need to declare the constraint once and I would be able to delete...

@omerautodesk I'm not a maintainer of the project. I contributed to it in the past but I'm not actively using it anymore

Is it possible to merge this? Master is not working otherwise.

In https://github.com/stipsan/ioredis-mock/pull/1267 , this has been aligned with `ioredis` type signatures (`string[]`). I also checked on Redis using Redis Commander and the behavior seems correct: The last thing to be...

I managed to do something similar using `onRequest` and `onSend`. `onRequest` tries to get the request from the cache. If it finds it, it adds a header and returns the...

Has this ever been implemented?

> keep refreshUserInfo in getUser, but without edge case handling, e..g the caller must take care the User is still valid... if not doing signinSilent, ... What you added as...

Hi all, sadly, we did not have time to wait on the discussion on https://github.com/authts/oidc-client-ts/pull/881, so we forked the library and implemented a basic version of the "on demand update"...