|
1 | | -0.2.3.1 |
2 | | -======= |
| 1 | +# 0.2.3.1 |
3 | 2 |
|
4 | | -* Expose `discoverURI` in `Network.Wai.Middleware.Auth.OIDC` |
| 3 | +- Expose `discoverURI` in `Network.Wai.Middleware.Auth.OIDC` |
| 4 | +- Fix bug with OAuth2 and OpenID Connect authentication where scopes were |
| 5 | + separated using comma's instead of spaces. |
5 | 6 |
|
6 | | -0.2.3.0 |
7 | | -======= |
| 7 | + # 0.2.3.0 |
8 | 8 |
|
9 | | -* Support `hoauth2-1.11.0` |
10 | | -* Drop support for `jose` versions < 0.8 |
11 | | -* Expose `decodeKey` |
12 | | -* OAuth2 provider remove a session when an access token expires. It will use a |
| 9 | +- Support `hoauth2-1.11.0` |
| 10 | +- Drop support for `jose` versions < 0.8 |
| 11 | +- Expose `decodeKey` |
| 12 | +- OAuth2 provider remove a session when an access token expires. It will use a |
13 | 13 | refresh token if one is available to create a new session. If no refresh token |
14 | 14 | is available it will redirect the user to re-authenticate. |
15 | | -* Providers can define logic for refreshing a session without user intervention. |
16 | | -* Add an OpenID Connect provider. |
| 15 | +- Providers can define logic for refreshing a session without user intervention. |
| 16 | +- Add an OpenID Connect provider. |
17 | 17 |
|
18 | | -0.2.2.0 |
19 | | -======= |
| 18 | + # 0.2.2.0 |
20 | 19 |
|
21 | | -* Add request logging to executable |
22 | | -* Newer multistage Docker build system |
| 20 | +- Add request logging to executable |
| 21 | +- Newer multistage Docker build system |
23 | 22 |
|
24 | | -0.2.1.0 |
25 | | -======= |
| 23 | + # 0.2.1.0 |
26 | 24 |
|
27 | | -* Fix a bug in deserialization of `UserIdentity` |
| 25 | +- Fix a bug in deserialization of `UserIdentity` |
28 | 26 |
|
29 | | -0.2.0.0 |
30 | | -======= |
| 27 | + # 0.2.0.0 |
31 | 28 |
|
32 | | -* Drop compatiblity with hoauth2 versions <= 1.0.0. |
33 | | -* Add a function for getting the oauth2 token from an authenticated request. |
34 | | -* Modify encoding of oauth2 session cookies. As a consequence existing cookies will be invalid. |
| 29 | +- Drop compatiblity with hoauth2 versions <= 1.0.0. |
| 30 | +- Add a function for getting the oauth2 token from an authenticated request. |
| 31 | +- Modify encoding of oauth2 session cookies. As a consequence existing cookies will be invalid. |
35 | 32 |
|
36 | | -0.1.2.1 |
37 | | -======= |
| 33 | + # 0.1.2.1 |
38 | 34 |
|
39 | | -* Compatibility with hoauth2-1.3.0 - fixed: [#4](https://github.com/fpco/wai-middleware-auth/issues/4) |
| 35 | +- Compatibility with hoauth2-1.3.0 - fixed: [#4](https://github.com/fpco/wai-middleware-auth/issues/4) |
40 | 36 |
|
41 | | -0.1.2.0 |
42 | | -======= |
| 37 | + # 0.1.2.0 |
43 | 38 |
|
44 | | -* Implemented compatibility with hoauth2 >= 1.0.0 - fixed: [#3](https://github.com/fpco/wai-middleware-auth/issues/3) |
| 39 | +- Implemented compatibility with hoauth2 >= 1.0.0 - fixed: [#3](https://github.com/fpco/wai-middleware-auth/issues/3) |
45 | 40 |
|
46 | | -0.1.1.2 |
47 | | -======= |
| 41 | + # 0.1.1.2 |
48 | 42 |
|
49 | | -* Fixed [wai-middleware-auth-0.1.1.1 does not compile in 32 bit Linux](https://github.com/fpco/wai-middleware-auth/issues/2) |
| 43 | +- Fixed [wai-middleware-auth-0.1.1.1 does not compile in 32 bit Linux](https://github.com/fpco/wai-middleware-auth/issues/2) |
50 | 44 |
|
51 | | -0.1.1.1 |
52 | | -======= |
| 45 | + # 0.1.1.1 |
53 | 46 |
|
54 | | -* Disallow empty `userIdentity` to produce a successfull login. |
55 | | -* Produces a 404 on `/favicon.ico` page if not logged in: work around for issue |
| 47 | +- Disallow empty `userIdentity` to produce a successfull login. |
| 48 | +- Produces a 404 on `/favicon.ico` page if not logged in: work around for issue |
56 | 49 | with Chrome requesting it first and messing up the redirect url. |
57 | | -* Added JQuery to the template, since it's bootstrap's requirement. |
| 50 | +- Added JQuery to the template, since it's bootstrap's requirement. |
58 | 51 |
|
59 | | -0.1.1.0 |
60 | | -======= |
| 52 | + # 0.1.1.0 |
61 | 53 |
|
62 | | -* Fixed whitelist email regex matching for Github and Google auth. |
| 54 | +- Fixed whitelist email regex matching for Github and Google auth. |
63 | 55 |
|
64 | | -0.1.0.0 |
65 | | -======= |
| 56 | + # 0.1.0.0 |
66 | 57 |
|
67 | | -* Initial implementation. |
| 58 | +- Initial implementation. |
0 commit comments