zalando / friboo

Utility library for writing microservices in Clojure, with support for Swagger and OAuth
Apache License 2.0
118 stars 16 forks source link

OAuth token refresher should not require access token URL environment variable #86

Closed prayerslayer closed 7 years ago

prayerslayer commented 7 years ago

See here. This makes local testing hard. The underlying tokens library allows to set the tokens to use with an environment variable. Friboo should respect this 😄