judicaelpaquet / izberg
An Izberg bundle
Requires
- php: >=7.0.0
- guzzle/guzzle: *
- symfony/symfony: >=3.0.0
This package is not auto-updated.
Last update: 2025-01-18 21:52:42 UTC
README
<<<<<<< HEAD Authorization
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
This bundle to connect your Symfony 3 project to the izberg marketplace
60508b8848c0977a9f9f73f2e8db3c91a48127bc