oauth1-request-ios

Crates.iooauth1-request-ios
lib.rsoauth1-request-ios
version0.0.1
sourcesrc
created_at2024-08-02 19:56:07.097169
updated_at2024-08-02 19:56:07.097169
descriptionOAuth 1.0 client library for Rust with HMAC-SHA256 support.
homepagehttps://github.com/samgj18/oauth1-ios-rs
repositoryhttps://github.com/samgj18/oauth1-ios-rs
max_upload_size
id1323644
size124,894
Samuel (samgj18)

documentation

https://docs.rs/oauth1-request-ios/0.0.1/oauth1_request_ios/

README

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.

Commit count: 0

cargo fmt