<<<<<<< HEAD, (*1)
Authorization
This bundle provides various tools to rapidly secure your API with single one annotation, (*2)
Documentation
1/ If you want juste indicate that your API is public you must write :
* @Authorization(access="public"), (*3)
2/ If you want juste indicate that your API is just allow for the internal call, you have to write :
* @Authorization(access="private"), (*4)
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"), (*5)
Installation
composer require judicaelpaquet/authorization, (*6)
License
This bundle is under the MIT license. See the complete license in the bundle:, (*7)
Izberg Bundle
, (*8)
This bundle to connect your Symfony 3 project to the izberg marketplace, (*9)
60508b8848c0977a9f9f73f2e8db3c91a48127bc, (*10)