You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,19 @@
1
1
Changelog
2
2
=========
3
3
4
+
1.4.5
5
+
-----
6
+
7
+
* Symfony user context: You can now also specify which headers are used for
8
+
authentication to detect anonymous requests. By default, the headers are the
9
+
previously hardcoded `Authorization`, `HTTP_AUTHORIZATION` and
10
+
`PHP_AUTH_USER`.
11
+
12
+
1.4.4
13
+
-----
14
+
15
+
* Avoid problem with [http_method_override](http://symfony.com/doc/current/reference/configuration/framework.html#configuration-framework-http-method-override).
0 commit comments