eruvanos / openbrokerapi

A python package for the V2 CF Service Broker API
https://openbrokerapi.readthedocs.io/
MIT License
35 stars 19 forks source link

Support further authentication methods (like OAuth 2) #205

Closed eruvanos closed 1 year ago

eruvanos commented 2 years ago

Is your feature request related to a problem? Please describe. Currently the service broker only supports basic auth. This might be enough for some use cases, but having some kind of support for authentication methods like OAuth would bring a huge improvement.

Describe the solution you'd like Replace the simple BrokerCredentials with some Authenticator abstraction

Describe alternatives you've considered As a workaround a developer could pass None as BrokerCredentials and add a before request filter on their own.

eruvanos commented 1 year ago

Added with v4.4