oauth 0.2.1 copy "oauth: ^0.2.1" to clipboard
oauth: ^0.2.1 copied to clipboard

outdatedDart 1 only

An implementation of OAuth 1.0a per RFC 5849

An implementation of OAuth 1.0a, as per RFC 5849.

The client portion is designed for use with the http package. The server portion is designed to work with the dart:io HttpServer class.

Supports only HMAC-SHA1 signatures. In practice, RSA-SHA1 signatures are rare and most users have switched to OAuth 2. PLAINTEXT signatures are also not supported, and hopefully less common.

Comes with a test suite. Please report any incompatibility issues.

0
likes
0
pub points
31%
popularity

Publisher

unverified uploader

An implementation of OAuth 1.0a per RFC 5849

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, http

More

Packages that depend on oauth