haskell-servant / servant-elm

Automatically derive Elm functions to query servant webservices
BSD 3-Clause "New" or "Revised" License
164 stars 48 forks source link

Generate for `BasicAuth` endpoints? #28

Open charles-cooper opened 7 years ago

charles-cooper commented 7 years ago

Related to https://github.com/mattjbray/servant-elm/issues/11. The elm solution seems a bit more clearcut in this case since the authorization method is known.

hadronized commented 6 years ago

Is there anything done about that? Is there any workaround? I cannot use my admin endpoints because of this.

hadronized commented 6 years ago

Workaround: expose the Proxy ApiWithoutBasicAuth path.