1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
## 1.7
* Add support for following new SignMethod `HMACSHA256`, `HMACSHA512`, `RSASHA256`, `RSASHA512`
## 1.6
* Add checkOAuth
* Add support for [oauth_body_hash extension](https://oauth.googlecode.com/svn/spec/ext/body_hash/1.0/oauth-bodyhash.html)
in `checkOAuth` and `signOAuth`; this might have slightly changed `checkOAuth` behavior.
## 1.5.1.2
* Allow newest transformers
## 1.5.1
* [Add getAccessTokenWith #42](https://github.com/yesodweb/authenticate/pull/42)
## 1.5.0.2
* [Allow RSA-2.1 #41](https://github.com/yesodweb/authenticate/pull/41)
|