cl-oauth

https://github.com/skypher/cl-oauth.git

git clone 'https://github.com/skypher/cl-oauth.git'

(ql:quickload :cl-oauth)
51

This is cl-oauth, an implementation of the OAuth 1.0a standard in Common Lisp.

Spec URI: http://oauth.net/core/1.0a

Section numbers mentioned in the code and documentation refer to this document, unless mentioned otherwise.

Most of the code has passed basic manual and automated tests, but the SP code hasn't been used in a real-world application yet.

Not supported at this time:

Service Provider:

Consumer:

Both:

People who contributed in a substantial way to this library:

See also revision log for minor contributions.

TODO (apart from spec things not implemented yet):