oidc-client-ts
oidc-client-ts copied to clipboard
Pass cookies when renewing access token
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
.
related to #608