Forráskód Böngészése

logout handler. update vendor

Guillermo Espinoza 8 éve
szülő
commit
c272828db9
4 módosított fájl, 9 hozzáadás és 5 törlés
  1. 1 1
      app/config/config.yml
  2. 3 0
      app/config/parameters.yml.dist
  3. 1 0
      app/config/security.yml
  4. 4 4
      composer.lock

+ 1 - 1
app/config/config.yml

@@ -8,6 +8,7 @@ imports:
     - { resource: "@WebserviceBundle/Resources/config/services.yml" }
     - { resource: workflow.yml }
     - { resource: "hwioauthbundle/parameters.yml" }
+    - { resource: "@BaseOAuthClientBundle/Resources/config/services.yml" }
     - { resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/services.yml" }
     - { resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/config.yml" }
 
@@ -67,7 +68,6 @@ stof_doctrine_extensions:
     orm:
         default:
             timestampable: true
-        
 
 # Swiftmailer Configuration
 swiftmailer:

+ 3 - 0
app/config/parameters.yml.dist

@@ -18,3 +18,6 @@ parameters:
     # A secret key that's used to generate certain security-related tokens
     secret:            ThisTokenIsNotSoSecretChangeIt
     jms_serializer.camel_case_naming_strategy.class: JMS\Serializer\Naming\IdenticalPropertyNamingStrategy
+
+    # Url para logout en repositorio base
+    url_logout: 'http://127.0.0.1/base/app_dev.php/logout'

+ 1 - 0
app/config/security.yml

@@ -17,6 +17,7 @@ security:
             logout:
                 path:   /logout
                 target: /
+                success_handler: base_admin.security.logout.handler
             anonymous: true
             
             # HWIOAuthBundle + BaseOAuthBundle Configuration

+ 4 - 4
composer.lock

@@ -13,7 +13,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git",
-                "reference": "929119fa7752dd12c8e9a3da40ca5157405f73d8"
+                "reference": "4f5a286cd41e37581dd916378b8b65f04ce08b24"
             },
             "type": "library",
             "autoload": {
@@ -28,7 +28,7 @@
                 "bootstrap",
                 "sonata"
             ],
-            "time": "2017-03-08 18:28:07"
+            "time": "2017-03-23 13:48:23"
         },
         {
             "name": "base-oauth-client-bundle",
@@ -36,7 +36,7 @@
             "source": {
                 "type": "git",
                 "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseOAuthClientBundle.git",
-                "reference": "6ece7b08e63a064873ffa5a70b260196c2cf60dd"
+                "reference": "3bf4e4f5ea699b3abf86f0ef5aba5aa988263dad"
             },
             "require": {
                 "hwi/oauth-bundle": "^0.5.3"
@@ -54,7 +54,7 @@
                 "bundle",
                 "oauth"
             ],
-            "time": "2017-03-22 14:10:27"
+            "time": "2017-03-23 13:50:18"
         },
         {
             "name": "behat/transliterator",