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

https://github.com/wolfiestyle/oauth_light

Minimal implementation of OAuth 1.0 in Lua.
https://github.com/wolfiestyle/oauth_light

Last synced: 4 months ago
JSON representation

Minimal implementation of OAuth 1.0 in Lua.

Awesome Lists containing this project

README

          

# oauth_light

Minimal implementation of OAuth 1.0.
It provides a method for building signed OAuth requests, but it doesn't perform HTTP requests.

## Dependencies

- lbase64
- luaossl