Explorar el Código

Enable csrf for github login

Jordi Boggiano hace 9 años
padre
commit
4b824ef39a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/config/config.yml

+ 2 - 0
app/config/config.yml

@@ -100,5 +100,7 @@ hwi_oauth:
             type:          github
             client_id:     %github.client_id%
             client_secret: %github.client_secret%
+            options:
+                csrf: true
 
 nelmio_solarium: ~