Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.63 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.63 KB

LexikJWTAuthenticationBundle

Build Status Scrutinizer Code Quality SensioLabsInsight Latest Stable Version

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.7.

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the documentation

Testing

Setup the test suite using Composer:

$ composer install --dev

Run it using PHPUnit:

$ vendor/bin/phpunit

Contributing

See CONTRIBUTING file.

Credits

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE