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.
- Host: GitHub
- URL: https://github.com/wolfiestyle/oauth_light
- Owner: wolfiestyle
- License: mit
- Created: 2015-02-24T21:53:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T06:32:53.000Z (about 10 years ago)
- Last Synced: 2024-11-25T02:33:16.578Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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