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

Dart 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 HMAC-SHA1 and RSA-SHA1 signatures. HMAC-SHA1 is well tested, RSA-SHA1 is completely untested and experimental. PAINTEXT signatures are unsupported.

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

0
likes
20
pub points
31%
popularity

Publisher

unverified uploader

An implementation of OAuth 1.0a per RFC 5849

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cipher, crypto, http

More

Packages that depend on oauth