An open API service indexing awesome lists of open source software.

https://github.com/xandkar/ocaml-oauth1

OAuth 1.0 core protocol sketch (incomplete)
https://github.com/xandkar/ocaml-oauth1

Last synced: 6 months ago
JSON representation

OAuth 1.0 core protocol sketch (incomplete)

Awesome Lists containing this project

README

          

oauth-ocaml
===========

Before implementing the protocol and server in Erlang, I found it useful to
first design the types in OCaml. Since I don't (yet) have a use-case for an
OAuth server in OCaml - I don't plan to continue with this repo any further.