Skip to content
Snippets Groups Projects
Commit 4e239ac7 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Update changelog

parent c4c23c31
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ Released TBD ...@@ -21,6 +21,7 @@ Released TBD
* Update configuration templates and documentation to PHP * Update configuration templates and documentation to PHP
short array syntax. short array syntax.
* All clases moved to namespaces and reformatted code to PSR-2. * All clases moved to namespaces and reformatted code to PSR-2.
* Use bcrypt for new password hashes, old ones will remain working.
* Many code cleanups. * Many code cleanups.
### consent ### consent
...@@ -30,6 +31,11 @@ Released TBD ...@@ -30,6 +31,11 @@ Released TBD
* Allow `core:PHP` to manipulate all of the state. * Allow `core:PHP` to manipulate all of the state.
* IdP initiated login: add compatibility with Shibboleth parameters. * IdP initiated login: add compatibility with Shibboleth parameters.
### preprodwarning
* This module is now deprecated. Use the `production` configuration
option instead; set it to `false` to show a pre-production warning
before authentication.
### saml ### saml
* Add initial support for SAML Subject Id Attributes. * Add initial support for SAML Subject Id Attributes.
* Allow to specify multiple supported NameIdFormats in IdP hosted and * Allow to specify multiple supported NameIdFormats in IdP hosted and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment