News
- Now supports RP-Initiated logout as defined in [Section 5 of OpenID Connect Session Management](http://openid.net/specs/openid-connect-session-1_0.html#RPLogout).
Fixes
- The `OIDCAuthentication.oidc_auth` decorator now passes all call parameters to the decorated route function, thanks to stevenmirabito.
- Greatly improved session handling, thanks to stevenmirabito.
- The scope sent to the token endpoint will match the scope requested at the authorization endpoint.
Improvements
- Simplified code due to upgrade of the [pyoidc library](https://github.com/rohe/pyoidc).