You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LIne 20 in oauth/signature/plaintext.rb causes a double-encoding of the secret - resulting in the & being encoded to %2526 - breaking plaintext signatures.
The text was updated successfully, but these errors were encountered:
LIne 20 in oauth/signature/plaintext.rb causes a double-encoding of the secret - resulting in the & being encoded to %2526 - breaking plaintext signatures.
The text was updated successfully, but these errors were encountered: