Closed Ionaru closed 3 months ago
Fixes https://github.com/capacitor-community/generic-oauth2/issues/228
Adds a new option sendCacheControlHeader with default true, that can be used to disable the cache-control header in the Token request.
sendCacheControlHeader
true
cache-control
This should fix some issues using this library to connect with Spotify or Keycloak.
@moberwasserlechner (or any other contributor)
Requesting review 😎
Fixes https://github.com/capacitor-community/generic-oauth2/issues/228
Adds a new option
sendCacheControlHeader
with defaulttrue
, that can be used to disable thecache-control
header in the Token request.This should fix some issues using this library to connect with Spotify or Keycloak.