Download the PHP package koenreiniers/oauth-server-bundle without Composer
On this page you can find all versions of the php package koenreiniers/oauth-server-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package oauth-server-bundle
Installation
Add to routing.yml:
kr_oauth_server: resource: "@KrOAuthServerBundle/Controller" type: annotation
Add to config.yml:
kr_oauth_server: classmap: access_token: AcmeBundle\Entity\AccessToken refresh_token: AcmeBundle\Entity\RefreshToken client: AcmeBundle\Entity\Client authorization_code: AcmeBundle\Entity\AuthorizationCode
Add to security.yml:
oauth_token:
pattern: ^/oauth/token
stateless: true
grant_request: true
oauth_auth:
pattern: ^/oauth/auth
form_login:
provider: fos_userbundle
csrf_token_generator: security.csrf.token_manager
check_path: /oauth/auth/login_check
logout: true
anonymous: true
oauth_resource:
pattern: ^/api/v1
stateless: true
oauth: true
All versions of oauth-server-bundle with dependencies
PHP Build Version
Package Version
No informations.
The package koenreiniers/oauth-server-bundle contains the following files
Loading the files please wait ....