Browse Source

Enable csrf for github login

Jordi Boggiano 9 years ago
parent
commit
4b824ef39a
1 changed files with 2 additions and 0 deletions
  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: ~