Skip to content

vouchedfor/TokenBundle

Repository files navigation

Token Bundle

Provides support for the use of an external token encoder/decoder

Installation

First, install it with composer:

composer require vouchedfor/token-bundle:dev-master

Then, add the following in your AppKernel bundles (assuming 'new DataDog\AuditBundle\DataDogAuditBundle(),' has been added previously).

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        ...
        new VouchedFor\TokenBundle\VouchedForTokenBundle(),
        ...
    );
    ...
}

Add the url of the endpoint responsible for encoding/decoding tokens to config.yml. For example:

// app/config/config.yml
vouched_for_token:
    url: 'http://token-local.vouchedfor.co.uk/v2/token/'

License

The Token Bundle is free to use and is licensed under the MIT license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages