[Haskell-cafe] Authenticated APIs in Servant

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Mon Mar 13 00:20:08 UTC 2017


I'm needing to write and deploy a web API with authenticated
endpoints.  I was planning on using Servant, but it looks like there
is still no in-built support for OAuth-style token-based APIs.  Is
that correct, or did I miss something?

(That said, the actual API is of a "submit one POST and get a response
back" style rather than continuing to do more requests, so a
username/password basic authentication approach may also work if all
else fails.)

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
http://IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list