File: ChangeLog.md

package info (click to toggle)
haskell-authenticate-oauth 1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: haskell: 533; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
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)