File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# OAuth1 Changelog
22
3- ## latest
4-
5- * Use the HMACSigner as the default signer. This is the same signing behavior as in previous versions .
6- * Added a Signer field to the Config to allow custom Signer implementations.s
7- * Added an RSASigner.
8- * Added missing Authorization Header quotes around OAuth parameter values. Many providers allowed these quotes to be missing.
9- * Internalized ` Signer ` (as ` auther ` ) which created Authorization Headers
10- - ` SetAccessTokenAuthHeader ` , ` SetRequestAuthHeader ` , and ` SetRequestTokenAuthHeader ` are no longer exposed .
3+ ## v0.4.0 (2016-04-20)
4+
5+ * Add a Signer field to the Config to allow custom Signer implementations .
6+ * Use the HMACSigner by default. This provides the same signing behavior as in previous versions (HMAC-SHA1).
7+ * Add an RSASigner for "RSA-SHA1" OAuth1 Providers .
8+ * Add missing Authorization Header quotes around OAuth parameter values. Many providers allowed these quotes to be missing.
9+ * Change ` Signer ` to be a signer interface.
10+ * Remove the old Signer methods ` SetAccessTokenAuthHeader ` , ` SetRequestAuthHeader ` , and ` SetRequestTokenAuthHeader ` .
1111
1212## v0.3.0 (2015-09-13)
1313
You can’t perform that action at this time.
0 commit comments