Skip to content

Commit

Permalink
BAP-19083: Update escapestudios/wsse-authentication-bundle package (#…
Browse files Browse the repository at this point in the history
…24561)

- created OroWsseAuthenticationBundle
- removed escapestudios/wsse-authentication-bundle
- got rid of WsseNoncePhpFileCache class
- fixed redis is not used for wsse nonce cache
- enabled redis caching for embedded form csrf tokens
  • Loading branch information
webevt authored and Mykhailo Sulyma committed Jul 17, 2019
1 parent 9b9f125 commit 67880c6
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 140 deletions.
1 change: 0 additions & 1 deletion 3rd-party-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
|[doctrine/orm](https://github.com/doctrine/orm.git)|MIT|
|[doctrine/persistence](https://github.com/doctrine/persistence.git)|MIT|
|[doctrine/reflection](https://github.com/doctrine/reflection.git)|MIT|
|[escapestudios/wsse-authentication-bundle](https://github.com/djoos/EscapeWSSEAuthenticationBundle.git)|MIT|
|[evenement/evenement](https://github.com/igorw/evenement.git)|MIT|
|[ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier.git)|LGPL|
|[fig/link-util](https://github.com/php-fig/link-util.git)|MIT|
Expand Down
3 changes: 0 additions & 3 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ services:
tags:
- { name: twig.extension }

escape_wsse_authentication:
authentication_provider_class: Oro\Bundle\UserBundle\Security\WsseAuthProvider

oro_translation:
locales: [en, fr]
templating: "OroUIBundle:Form:translatable.html.twig"
Expand Down
Loading

0 comments on commit 67880c6

Please sign in to comment.