mukadi/api-access-bundle

This bundle help you to handle client access to your API. Bundle let you manage clients and handle authentication to the API.

1.0.0 2017-05-14 12:06 UTC

This package is auto-updated.

Last update: 2024-04-10 21:33:08 UTC


README

The Symfony Security component provides a flexible way to authenticate User with API Keys via the SimplePreAuthenticatorInterface which allow you to implement you authentication mecanism really easily. The MukadiAPIAccessBundle builds on top of this to make it quick and easy to manage clients.

Installation

Require the bundle with composer:

.. code-block:: bash

$ composer require mukadi/api-access-bundle "^1.*"

Composer will install the bundle inside your project's vendor directory.

For more information about bundle usage and configuration, check documentation_ stored in the Resources/doc/ folder in this bundle.