https://github.com/iolanguage/oauth
https://github.com/iolanguage/oauth
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/oauth
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T11:58:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T19:22:57.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:48:47.590Z (over 1 year ago)
- Language: C
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oauth
An object for calculating Oauth hashes. Each hash calculation should instantiate its own Oauth instance.
Example:
```Io
digest := Oauth clone
digest appendSeq("this is a message")
out := digest OauthString
```
# Installation
`OpenSSL` should be installed and foundable in your system. Then:
```
eerie install https://github.com/IoLanguage/Oauth.git
```