Crates.io | oauth-credentials-ios |
lib.rs | oauth-credentials-ios |
version | 0.0.1 |
source | src |
created_at | 2024-08-02 19:49:56.867463 |
updated_at | 2024-08-02 19:49:56.867463 |
description | Types for representing the credential pairs of OAuth 1.0. |
homepage | |
repository | https://github.com/samgj18/oauth1-ios-rs |
max_upload_size | |
id | 1323636 |
size | 22,037 |
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.