<p>I think oauth 2.0 is entirely an application level feature. It requires application-specific storage, and application-specific implementation in what you delegate.<br>
That being said, building oauth 2.0 clients is super easy, and building 2.0 servers is not hard if you already have a sane user authentication and authorization system, because it all just relies on https.<br>
I've never found oauth 2.0 "helper libraries" to be much help, personally.</p>
<p>Jw<br>
</p>
<div class="gmail_quote">On Jun 15, 2011 12:27 AM, "<a href="mailto:matteo.redaelli@libero.it">matteo.redaelli@libero.it</a>" <<a href="mailto:matteo.redaelli@libero.it">matteo.redaelli@libero.it</a>> wrote:<br type="attribution">
> Hi all<br>> <br>> What about Oauth 2.0 support?  Is httpc a good place for it? <br>> <br>> Please read this thread  <a href="https://github.com/tim/erlang-">https://github.com/tim/erlang-</a><br>> oauth/issues/4#comment_1218849<br>
> <br>> Regards<br>> Matteo<br>> _______________________________________________<br>> erlang-questions mailing list<br>> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>> <a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div>