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)
- Host: GitHub
- URL: https://github.com/xandkar/ocaml-oauth1
- Owner: xandkar
- License: mit
- Created: 2014-07-02T17:27:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-06T23:13:11.000Z (about 11 years ago)
- Last Synced: 2024-10-19T03:06:48.705Z (12 months ago)
- Language: OCaml
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.