1.0.0 2016-09-16 08:54 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:51:00 UTC


README

This bundle provides various tools to rapidly secure your API with single one annotation

Documentation

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

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

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")

Installation

composer require judicaelpaquet/authorization

License

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

Resources/meta/LICENSE

======= Izberg Bundle

Build Status Scrutinizer Code Quality Code Coverage Total Downloads Latest Stable Version SensioLabsInsight

This bundle to connect your Symfony 3 project to the izberg marketplace

60508b8848c0977a9f9f73f2e8db3c91a48127bc