Skip to content

Commit 287eabb

Browse files
committed
Remove notice about AuthMemcookie deprecated since 1.15.
It's just a module now.
1 parent 19d1c81 commit 287eabb

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

docs/simplesamlphp-advancedfeatures.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ simpleSAMLphp can be configured to send HTTP/S requests via such a proxy. The pr
5555

5656
The default is not to use a proxy ('proxy' = null) and no username and password are used ('proxy.auth' = false).
5757

58-
## Auth MemCookie
59-
60-
[Auth MemCookie](http://authmemcookie.sourceforge.net/) support is deprecated in the standard code base of SimpleSAMLphp
61-
and will no longer be available starting in SimpleSAMLphp 2.0. Please use the new
62-
[memcookie module](https://github.com/simplesamlphp/simplesamlphp-module-memcookie) instead.
63-
6458
## Metadata signing
6559

6660
SimpleSAMLphp supports signing of the metadata it generates. Metadata signing is configured by four options:

docs/simplesamlphp-theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ See the [Twig documentation](https://twig.symfony.com/doc/2.x/templates.html) fo
101101
## Migrating to Twig templates
102102

103103
For existing themes that have been created before SimpleSAMLphp 2.0, you may need to upgrade them to the Twig
104-
templating enging to be compatible with SimpleSAMLphp 2.0.
104+
templating engine to be compatible with SimpleSAMLphp 2.0.
105105

106106
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:
107107

0 commit comments

Comments
 (0)