oauth 0.4.0
oauth: ^0.4.0 copied to clipboard
An implementation of OAuth 1.0a per RFC 5849
0.4.0 #
- Use
Random.secure()to generate random bytes - Updated to work with latest versions of packages like crypto
- BREAKING:
generateParametersnow takes ahttppackageRequestobject rather than aBaseRequest