1.4.5
What's Changed
- fix: Remove hard-coded "openid" scope from token request
- dependency updates
NOTE: This release removes the hard-coded "openid" scope from the Watcher token request, as some OIDC providers will reject a request with this scope when engaged in the Client Credentials flow. If for some reason your OIDC provider requires this scope, it can be specified with the WATCHER_EXTRA_SCOPES
envvar or equivalent option.
Full Changelog: 1.4.4...1.4.5