#oauth #credentials #pair #client #rfc #request

no-std oauth-credentials-ios

Types for representing the credential pairs of OAuth 1.0

1 unstable release

Uses old Rust 2015

0.0.1 Aug 2, 2024

#40 in #o-auth

36 downloads per month
Used in oauth1-request-ios

MIT/Apache

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

~165KB