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

Made oauth2 type field optional #11

Closed simov closed 9 years ago

simov commented 10 years ago

Fixes this one https://github.com/Mashape/mashape-oauth/issues/10

Dropbox Type Field

I didn't added a test for it, because by the spec this field should be required, but if you don't want it you can remove it by adding type:null to your settings (I'm going to push the fix for guardian as well)

nijikokun commented 9 years ago

Sigh, providers. Alright, it looks good to me.