oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

Pass cookies when renewing access token

Open thomasmikava opened this issue 2 years ago • 1 comments

Is it possible to include cookies in the request when any request (such as access token renewal) is sent? It should be possible by passing { credentials: 'include' } to fetch function, but currently it's not possible to specify extra settings to fetch.

thomasmikava avatar Jul 05 '22 13:07 thomasmikava

related to #608

pamapa avatar Jul 11 '22 06:07 pamapa