mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
Only leave a comment and link to the documentation in the config
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
knpu_oauth2_client:
|
||||
clients:
|
||||
# configure your clients as described here: https://github.com/knpuniversity/oauth2-client-bundle#configuration
|
||||
# make sure to composer require the package for the provider type
|
||||
# clientname:
|
||||
# # this will be one of the supported types
|
||||
# type: some_type
|
||||
# client_id: '%env(OAUTH_SOMETYPE_ID)%'
|
||||
# client_secret: '%env(OAUTH_SOMETYPE_SECRET)%'
|
||||
# # the route that you're redirected to after
|
||||
# redirect_route: oauth_clientname_check
|
||||
|
||||
Reference in New Issue
Block a user