nativescript-oauth icon indicating copy to clipboard operation
nativescript-oauth copied to clipboard

adding Dropbox OAuth

Open jdmcnair opened this issue 7 years ago • 0 comments
trafficstars

Added Dropbbox OAuth functionality. This implied a need to allow individual AuthHelpers to opt out of certain parameters to the provider, because Dropbox rejects the response_mode and nonce parameters on the Auth endpoint, and rejects the response_mode, nonce, and state parameters on the token endpoint. Added functionality to that effect in tns-oauth.ts.

See the note on tns-oauth.ts about an additional bug I fixed for the Dropbox auth helper that may possibly be useful for other auth providers.

jdmcnair avatar Jan 12 '18 21:01 jdmcnair