Skip to content

Instantly share code, notes, and snippets.

View mariselli's full-sized avatar
👨‍💻
...

Mattia Mariselli mariselli

👨‍💻
...
View GitHub Profile
@mariselli
mariselli / fosoauthserver.security.yml
Last active August 29, 2015 14:27
Symfony2 Security configurations with FOSOAuthServerBundle
# app/config/security.yml
security:
firewalls:
oauth_token:
pattern: ^/oauth/v2/token
security: false
oauth_authorize:
pattern: ^/oauth/v2/auth
# Add your favorite authentication process here
@mariselli
mariselli / FacebookGrantExtension.md
Last active May 25, 2018 09:43
Facebook Grant Extensions in FOSOAuthServerBundle