Skip to content

Version 2.2.0

Latest
Compare
Choose a tag to compare
@vjik vjik released this 14 Nov 17:55
· 1 commit to master since this release
2.2.0
0f36e80
  • New #68: Add the CsrfHeaderMiddleware middleware to use custom HTTP header to prevent forgery of requests (@olegbaturin)
  • Chg #71: Deprecate CsrfMiddleware in favor of CsrfTokenMiddleware (@ev-gor)
  • Enh #68: Add the CsrfMiddleware::withSafeMethods() method to configure a custom safe HTTP methods list (@olegbaturin)