Paweł Szczerbicki

Results 2 issues of Paweł Szczerbicki

Having proxy configured with `onProxyReq` like: ``` proxy(gatewayUrl, { target: destinationUrl, pathRewrite: { [`^${gatewayUrl}`]: '' }, changeOrigin: true, logProvider: () => logger, ...options, onProxyReq: async (proxyReq, req) => await addAuthHeader(proxyReq,...

Hello, It is possible to store permissions in local storage instead of cookie ? When it is on cookie all permissions are send to server. In some cases I've got...

P3: important
Type: feature
Effort: easy (hour)