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, Symfony 2.3 to 2.8, and Symfony 3.0.
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
Run it using PHPUnit:
$ vendor/bin/phpunit
See CONTRIBUTING file.
- Lexik dev@lexik.fr
- All contributors
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE