diff --git a/docs/simplesamlphp-advancedfeatures.md b/docs/simplesamlphp-advancedfeatures.md index 76ac9e9c78d0756ff91d30bb982f301c9586db2e..3315c165d154f669a5cf0b98304e7c6060e618c4 100644 --- a/docs/simplesamlphp-advancedfeatures.md +++ b/docs/simplesamlphp-advancedfeatures.md @@ -55,12 +55,6 @@ simpleSAMLphp can be configured to send HTTP/S requests via such a proxy. The pr The default is not to use a proxy ('proxy' = null) and no username and password are used ('proxy.auth' = false). -## Auth MemCookie - -[Auth MemCookie](http://authmemcookie.sourceforge.net/) support is deprecated in the standard code base of SimpleSAMLphp - and will no longer be available starting in SimpleSAMLphp 2.0. Please use the new - [memcookie module](https://github.com/simplesamlphp/simplesamlphp-module-memcookie) instead. - ## Metadata signing SimpleSAMLphp supports signing of the metadata it generates. Metadata signing is configured by four options: diff --git a/docs/simplesamlphp-theming.md b/docs/simplesamlphp-theming.md index af53a17aa788e18d172e302d4f67c9bc4bf87eae..7934deaeaa75f4afc83409950c5aebe49de1ccd6 100644 --- a/docs/simplesamlphp-theming.md +++ b/docs/simplesamlphp-theming.md @@ -101,7 +101,7 @@ See the [Twig documentation](https://twig.symfony.com/doc/2.x/templates.html) fo ## Migrating to Twig templates For existing themes that have been created before SimpleSAMLphp 2.0, you may need to upgrade them to the Twig -templating enging to be compatible with SimpleSAMLphp 2.0. +templating engine to be compatible with SimpleSAMLphp 2.0. Twig works by extending a base template, which can itself include other partial templates. Some of the content of the old `includes/header.php` template is now located in a separate `_header.twig` file. This can be customized by copying it from the base template: