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.
Added Dropbbox OAuth functionality. This implied a need to allow individual
AuthHelper
s to opt out of certain parameters to the provider, because Dropbox rejects theresponse_mode
andnonce
parameters on the Auth endpoint, and rejects theresponse_mode
,nonce
, andstate
parameters on the token endpoint. Added functionality to that effect intns-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.