Skip to content

Commit

Permalink
Running README script
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jan 10, 2017
1 parent 4b4b6e7 commit 10dc3b4
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ via Composer:

<a name="client-downloader-table"></a>

| OAuth2 Provider | Install |
| --------------------------------------------------------------- | ------------------------------------------------ |
| [Facebook](https://github.com/thephpleague/oauth2-facebook) | composer require league/oauth2-facebook |
| [GitHub](https://github.com/thephpleague/oauth2-github) | composer require league/oauth2-github |
| [GitLab](https://github.com/omines/oauth2-gitlab) | composer require omines/oauth2-gitlab |
| [LinkedIn](https://github.com/thephpleague/oauth2-linkedin) | composer require league/oauth2-linkedin |
| [Google](https://github.com/thephpleague/oauth2-google) | composer require league/oauth2-google |
| [Eve Online](https://github.com/evelabs/oauth2-eveonline) | composer require evelabs/oauth2-eveonline |
| [Instagram](https://github.com/thephpleague/oauth2-instagram) | composer require league/oauth2-instagram |
| [VKontakte](https://github.com/j4k/oauth2-vkontakte) | composer require j4k/oauth2-vkontakte |
| [Bitbucket](https://github.com/stevenmaguire/oauth2-bitbucket) | composer require stevenmaguire/oauth2-bitbucket |
| [Odnoklassniki](https://github.com/rakeev/oauth2-odnoklassniki) | composer require aego/oauth2-odnoklassniki |
| [Slack](https://github.com/adam-paterson/oauth2-slack) | composer require adam-paterson/oauth2-slack |
| [Vimeo](https://github.com/saf33r/oauth2-vimeo) | composer require saf33r/oauth2-vimeo |
| [Yahoo](https://github.com/hayageek/oauth2-yahoo) | composer require hayageek/oauth2-yahoo |
| [Yandex](https://github.com/rakeev/oauth2-yandex) | composer require aego/oauth2-yandex |
| generic | configure any unsupported provider |
| OAuth2 Provider | Install |
| ---------------------------------------------------------------- | ------------------------------------------------- |
| [Facebook](https://github.com/thephpleague/oauth2-facebook) | composer require league/oauth2-facebook |
| [GitHub](https://github.com/thephpleague/oauth2-github) | composer require league/oauth2-github |
| [GitLab](https://github.com/omines/oauth2-gitlab) | composer require omines/oauth2-gitlab |
| [LinkedIn](https://github.com/thephpleague/oauth2-linkedin) | composer require league/oauth2-linkedin |
| [Google](https://github.com/thephpleague/oauth2-google) | composer require league/oauth2-google |
| [Eve Online](https://github.com/evelabs/oauth2-eveonline) | composer require evelabs/oauth2-eveonline |
| [Instagram](https://github.com/thephpleague/oauth2-instagram) | composer require league/oauth2-instagram |
| [VKontakte](https://github.com/j4k/oauth2-vkontakte) | composer require j4k/oauth2-vkontakte |
| [Bitbucket](https://github.com/stevenmaguire/oauth2-bitbucket) | composer require stevenmaguire/oauth2-bitbucket |
| [Odnoklassniki](https://github.com/rakeev/oauth2-odnoklassniki) | composer require aego/oauth2-odnoklassniki |
| [Slack](https://github.com/adam-paterson/oauth2-slack) | composer require adam-paterson/oauth2-slack |
| [Yandex](https://github.com/rakeev/oauth2-yandex) | composer require aego/oauth2-yandex |
| [Vimeo](https://github.com/saf33r/oauth2-vimeo) | composer require saf33r/oauth2-vimeo |
| [Yahoo](https://github.com/hayageek/oauth2-yahoo) | composer require hayageek/oauth2-yahoo |
| generic | configure any unsupported provider |

<span name="end-client-downloader-table"></span>

Expand Down Expand Up @@ -482,7 +482,7 @@ knpu_oauth2_client:
# whether to check OAuth2 "state": defaults to true
# use_state: true
# will create service: "knpu.oauth2.client.slack"
# an instance of: KnpU\OAuth2ClientBundle\Client\Provider\SlackClient
# composer require adam-paterson/oauth2-slack
Expand All @@ -498,7 +498,23 @@ knpu_oauth2_client:
# whether to check OAuth2 "state": defaults to true
# use_state: true
# will create service: "knpu.oauth2.client.yandex"
# an instance of: KnpU\OAuth2ClientBundle\Client\Provider\YandexClient
# composer require aego/oauth2-yandex
yandex:
# must be "yandex" - it activates that type!
type: yandex
# add and configure client_id and client_secret in parameters.yml
client_id: %yandex_client_id%
client_secret: %yandex_client_secret%
# a route name you'll create
redirect_route: connect_yandex_check
redirect_params: {}
# whether to check OAuth2 "state": defaults to true
# use_state: true
# will create service: "knpu.oauth2.client.vimeo"
# an instance of: KnpU\OAuth2ClientBundle\Client\Provider\VimeoClient
# composer require saf33r/oauth2-vimeo
Expand All @@ -514,7 +530,7 @@ knpu_oauth2_client:
# whether to check OAuth2 "state": defaults to true
# use_state: true
# will create service: "knpu.oauth2.client.yahoo"
# an instance of: KnpU\OAuth2ClientBundle\Client\Provider\YahooClient
# composer require hayageek/oauth2-yahoo
Expand All @@ -529,23 +545,7 @@ knpu_oauth2_client:
redirect_params: {}
# whether to check OAuth2 "state": defaults to true
# use_state: true
# will create service: "knpu.oauth2.client.yandex"
# an instance of: KnpU\OAuth2ClientBundle\Client\Provider\YandexClient
# composer require aego/oauth2-yandex
yandex:
# must be "yandex" - it activates that type!
type: yandex
# add and configure client_id and client_secret in parameters.yml
client_id: %yandex_client_id%
client_secret: %yandex_client_secret%
# a route name you'll create
redirect_route: connect_yandex_check
redirect_params: {}
# whether to check OAuth2 "state": defaults to true
# use_state: true
# use_state: true
```

## Configuring a Generic Provider
Expand Down

0 comments on commit 10dc3b4

Please sign in to comment.