Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zanvd-progmbh/FOSOAuthServerBundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOSOAuthServerBundle

Build Status

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the Documentation for master

Repo setup

In order to use both repositories you can go through this SO answer. Our Bitbucket repository is origin, and the original fork is upstream.

Installation

  1. Build the image: docker build -t fos_oauth_server_bundle .
  2. Run container: docker run --rm -d fos_oauth_server_bundle -r "while(true){}"
  3. Note container's name: docker ps
  4. Copy vendor from the container: docker container cp <container_name>:/usr/src/fos-oauth-server-bundle/vendor vendor
  5. Stop the container: docker stop <container_name>

Upgrading

  1. Build the image: docker build -t fos_oauth_server_bundle . --build-arg COMPOSER_CMD=update
  2. Run container: docker run --rm -d fos_oauth_server_bundle -r "while(true){}"
  3. Note container's name: docker ps
  4. Copy vendor from the container: docker container cp <container_name>:/usr/src/fos-oauth-server-bundle/vendor vendor
  5. Copy composer.lock from the container: docker container cp <container_name>:/usr/src/fos-oauth-server-bundle/composer.lock composer.lock
  6. Stop the container: docker stop <container_name>

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

TODO

  • More tests

Credits

About

A server side OAuth2 Bundle for Symfony

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.7%
  • Other 1.3%