Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EchoTeam/oauth
OAuth Erlang client and server
https://github.com/EchoTeam/oauth
Last synced: 3 months ago
JSON representation
OAuth Erlang client and server
- Host: GitHub
- URL: https://github.com/EchoTeam/oauth
- Owner: EchoTeam
- License: bsd-2-clause
- Created: 2009-12-16T00:15:17.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-29T00:07:54.000Z (over 13 years ago)
- Last Synced: 2024-07-19T22:44:56.581Z (4 months ago)
- Language: Erlang
- Homepage:
- Size: 120 KB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Erlang implementation of OAuth client and server by Echo
Copyright (c) 2008-2010 Jacknyfe, Inc. (dba Echo). All rights reserved.
Client
======The client is interoperable with OAuth 1.0 and 1.0a servers.
For documentation and samples please check out oauthclient.erl and test.erl.
Server
======The server conforms to OAuth 1.0 spec.
Check out demo/ directory for a sample server.
dummy_server
============The dummy server (dummy_server.erl) is basically a stub server (started by
`make run`) used for testing the client (test:run()).Build procedure
===============The code is built with BSD make. Make sure that YAWS_EBIN in the Makefile
points to the location where Yaws beams reside.