Skip to content

Commit

Permalink
history restructured text fixes (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bengtsson committed Sep 7, 2017
1 parent 733f68b commit 3a9e4a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Security issues:

Backwards-incompatible changes:

* The settings.SITE_URL is no longer used. Instead the absolute URL is
derived from the request's get_host().
* The ``settings.SITE_URL`` is no longer used. Instead the absolute URL is
derived from the request's ``get_host()``.
* Only log out by HTTP POST allowed.

Bugs:
Expand All @@ -47,13 +47,13 @@ Backwards-incompatible changes:

If you're using Django 1.9, you should update Django first.

* Move middleware to `mozilla_django_oidc.middleware` and
change it to use authentication endpoint with `prompt=none` (#94)
* Move middleware to ``mozilla_django_oidc.middleware`` and
change it to use authentication endpoint with ``prompt=none`` (#94)

You'll need to update your `MIDDLEWARE_CLASSES`/`MIDDLEWARE`
You'll need to update your ``MIDDLEWARE_CLASSES``/``MIDDLEWARE``
setting accordingly.

* Remove legacy base64 handling of OIDC secret. Now RP secret
* Remove legacy ``base64`` handling of OIDC secret. Now RP secret
should be plaintext.

Features:
Expand All @@ -65,7 +65,7 @@ Features:

Bugs:

* always decode verified token before json.load() (#116)
* always decode verified token before ``json.load()`` (#116)
* always redirect to logout_url even when logged out (#121)
* Change email matching to be case-insensitive (#102)
* Allow combining OIDCAuthenticationBackend with other backends (#87)
Expand Down

0 comments on commit 3a9e4a8

Please sign in to comment.