pmorie / osb-broker-lib

A go library for developing an Open Service Broker
Apache License 2.0
28 stars 23 forks source link

add basic auth support #49

Open jaymccon opened 6 years ago

jaymccon commented 6 years ago

Needed for application platforms that do not support other forms of auth (PCF 2.1).

Also facilitates basic auth in the starter pack https://github.com/pmorie/osb-starter-pack/issues/99

jaymccon commented 6 years ago

I'll add tests and vendor packages to the pr once I've got an "ok in principle" thumbs up.