Symfony2 custom security provider

3

Click here to load reader

Transcript of Symfony2 custom security provider

Page 1: Symfony2   custom security provider

Symfony2 - Custom Security Provider

Page 2: Symfony2   custom security provider

Custom security providerDependency injection

YourCustomSecurityFactory

security: firewalls: api: pattern: ^/api my_custom_security: ~ anonymous: true stateless: true

CustomProviderAuthenticating the

token

CustomFirewall

Fetching the token

CustomToken