2 releases

0.1.1 May 26, 2020
0.1.0 May 26, 2020

#78 in #auth

MIT/Apache

19KB
386 lines

oauth-1a

A Rust implementation of OAuth 1.0a. This is intended to be completely agnostic to all application details, so you might need to do some parts yourself. A minimal example is included.


lib.rs:

An implementation of OAuth 1.0a. This is intended to be completely agnostic to all application details, so you might need to do some parts yourself. A minimal example is included.

Dependencies

~7.5MB
~159K SLoC