haskell-servant / servant

Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.8k stars 407 forks source link

OAuth2 client support #1099

Open bbarker opened 5 years ago

bbarker commented 5 years ago

Hi - I'm looking at using servant-client in a production app, that may need to consume data using OAuth2 (not sure yet). For now, I'll forge ahead, but just wanted to open this issue as a place to discuss, track, and possibly document workarounds.

spinus commented 4 years ago

@bbarker any update on this? Solved/closed?