2017 © Pedro PelĆ”ez
 

symfony-bundle authorization

A authorization bundle annotation

image

judicaelpaquet/authorization

A authorization bundle annotation

  • Monday, September 19, 2016
  • by judicaelpaquet
  • Repository
  • 3 Watchers
  • 1 Stars
  • 127 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Authorization

Build Status Scrutinizer Code Quality Code Coverage Total Downloads Latest Stable Version SensioLabsInsight, (*1)

This bundle provides various tools to rapidly secure your API with single one annotation, (*2)

Installation

Add this import in your config.yml, (*3)

imports: - { resource: "../../../vendor/judicaelpaquet/Authorization/Resources/config/services.yml" }, (*4)

Documentation

you must add this line to can to use the security annotation :, (*5)

use JudicaelPaquet\AuthorizationBundle\Annotations\Authorization;, (*6)

1/ If you want juste indicate that your API is public you must write : * @Authorization(access="public"), (*7)

2/ If you want juste indicate that your API is just allow for the internal call, you have to write : * @Authorization(access="private"), (*8)

3/ If you want create a restriction access by IPs : * @Authorization(access="protected", ip="127.0.0.1,192.168.0.1") * @Authorization(access="protected", domain="localhost,local.com"), (*9)

Installation

composer require judicaelpaquet/authorization, (*10)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*11)

Resources/meta/LICENSE

The Versions

19/09 2016

dev-master

9999999-dev

A authorization bundle annotation

  Sources   Download

MIT

The Requires

 

by Judicaƫl Paquet

authorization bundle annotation

13/09 2016

1.1.0

1.1.0.0

A authorization bundle annotation

  Sources   Download

MIT

The Requires

 

by Judicaƫl Paquet

authorization bundle annotation

13/09 2016

1.0.7

1.0.7.0

A authorization bundle annotation

  Sources   Download

MIT

The Requires

 

by Judicaƫl Paquet

authorization bundle annotation

13/09 2016

1.0.6

1.0.6.0

A authorization bundle annotation

  Sources   Download

MIT

The Requires

 

by Judicaƫl Paquet

authorization bundle annotation

13/09 2016

1.0.5

1.0.5.0

A authorization bundle annotation

  Sources   Download

MIT

The Requires

 

by Judicaƫl Paquet

authorization bundle annotation

13/09 2016

1.0.4

1.0.4.0

A authorization bundle annotation

  Sources   Download

MIT

The Requires

 

by Judicaƫl Paquet

authorization bundle annotation

13/09 2016

1.0.3

1.0.3.0

A authorization bundle annotation

  Sources   Download

MIT

The Requires

 

by Judicaƫl Paquet

authorization bundle annotation

13/09 2016

1.0.0

1.0.0.0

A authorization bundle annotation

  Sources   Download

MIT

The Requires

 

by Judicaƫl Paquet

authorization bundle annotation

13/09 2016

0.0.1-alpha

0.0.1.0-alpha

A authorization bundle annotation

  Sources   Download

MIT

The Requires

 

by Judicaƫl Paquet

authorization bundle annotation