Kong / mashape-oauth

OAuth Modules for Node.js - Supporting RSA, HMAC, PLAINTEXT, 2,3-Legged, 1.0a, Echo, XAuth, and 2.0
http://oauthbible.com
MIT License
1.77k stars 186 forks source link

Mark oauth_timestamp as required #24

Closed tyteen4a03 closed 8 years ago

tyteen4a03 commented 8 years ago

According to section 6.3.1 of the OAuth 1.0a spec, the Consumer is required to send the oauth_timestamp field when fetching an access token.