9 lines
342 B
YAML
9 lines
342 B
YAML
hwi_oauth:
|
|
# https://github.com/hwi/HWIOAuthBundle/blob/master/docs/2-configuring_resource_owners.md
|
|
resource_owners:
|
|
facebook:
|
|
type: facebook
|
|
client_id: '%env(FB_ID)%'
|
|
client_secret: '%env(FB_SECRET)%'
|
|
scope: "email public_profile"
|