1 unstable release
Uses old Rust 2015
0.0.1 | Aug 2, 2024 |
---|
#38 in #o-auth
Used in oauth1-request-ios
23KB
258 lines
OAuth 1.0
This is a fork from OAuth 1.0. All credits go to the original author.
The main difference is that this fork doesn't strictly adhere to the OAuth 1.0 specification, and instead allows for more flexibility in the request signing process, namely it allows HMAC-SHA256 (and more to come) hashing algorithms.
lib.rs
:
Types related to the credential pairs (RFC 5849 section 1.1) of the OAuth 1.0 protocol.
Dependencies
~170KB