capacitor-community / generic-oauth2

Generic Capacitor OAuth 2 client plugin. Stop the war in Ukraine!
MIT License
234 stars 115 forks source link

feat: Add an option to remove the cache-control header #268

Closed Ionaru closed 3 months ago

Ionaru commented 4 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.

This should fix some issues using this library to connect with Spotify or Keycloak.

Ionaru commented 3 months ago

@moberwasserlechner (or any other contributor)

Requesting review 😎