2017 © Pedro Peláez
 

symfony-bundle oauth-bundle

Symfony OAuth

image

foreverglory/oauth-bundle

Symfony OAuth

  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GloryOAuthBundle

composer require foreverglory/oauth-bundle, (*1)

//app/AppKernel.php
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Glory\Bundle\OAuthBundle\GloryOAuthBundle(),
            // ...
        );
    }
#app/config/config.yml
glory_oauth:
    oauth_class: ~
    connect: ~
    owners:
        qq:
            type: qq
            client_id: %qq_id%
            client_secret: %qq_secret%
        # ...


```yaml
#app/config/routing.yml
glory_oauth:
    resource: "@GloryOAuthBundle/Resources/config/routing.yml"
    prefix:   /
```yaml #app/config/security.yml security: firewalls: main: oauth: login_path: /login check_path: /connect/{service}/callback # or router name: glory_oauth_callback

The Versions

20/01 2017

dev-master

9999999-dev http://foreverglory.me

Symfony OAuth

  Sources   Download

MIT

The Requires

 

user oauth bundle symfony