r4id4h

Results 5 comments of r4id4h

> Im having those logs, even if I activated offline_access scope for the client > > ``` > [nuxt-oidc-auth] WARN [nuxt-oidc-auth]: Persistent user session not found > > [nuxt-oidc-auth] ℹ...

I did something similar with proxyReqWS in https://github.com/http-party/node-http-proxy/pull/1709 you can easily adapt for your needs

Nevermind, I achieved the wanted behaviour by just intercepting while bootstrapping and calling useAuth.signIn

I had the same problem but came up with a different solution which doen't need a new parameter. I didn't write any tests feel free to use. https://github.com/http-party/node-http-proxy/pull/1709