Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulofmandown/loa
OAuth2 client for lua
https://github.com/paulofmandown/loa
Last synced: about 1 month ago
JSON representation
OAuth2 client for lua
- Host: GitHub
- URL: https://github.com/paulofmandown/loa
- Owner: paulofmandown
- License: other
- Created: 2014-09-08T04:16:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-08T04:30:16.000Z (over 10 years ago)
- Last Synced: 2023-06-01T22:20:20.010Z (over 1 year ago)
- Language: Lua
- Homepage: http://paulofmandown.github.io/loa/
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
loa (OAuth 2.0 for Lua)
===
loa is an OAuth 2.0 client based on [sanction](https://github.com/demianbrecht/sanction). See [the reference](http://paulofmandown.github.io/loa/) for the API and usage examples.Dependencies
---
- [LuaSocket](https://github.com/diegonehab/luasocket)
- [LuaSec](https://github.com/brunoos/luasec)
- [LuaJSON](https://github.com/harningt/luajson)