This bundle provides JWT (Json Web Token) authentication for your Symfony2 REST API using the namshi/jose
library.
It has been tested using PHP5.3 to PHP5.6 and HHVM, and Symfony2.3 to Symfony2.5.
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Setup the test suite using Composer:
$ composer install --dev
Run it using PHPUnit:
$ vendor/bin/phpunit
See CONTRIBUTING file.
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE