lexik / jwt-authentication-bundle
This bundle provides JWT authentication for your Symfony REST API
Installs: 11 865 409
Dependents: 125
Suggesters: 8
Security: 0
Stars: 2 004
Watchers: 52
Forks: 500
Open Issues: 107
Type:symfony-bundle
Requires
- php: >=7.1
- ext-openssl: *
- lcobucci/jwt: ^3.4|^4.0
- namshi/jose: ^7.2
- symfony/framework-bundle: ^4.4|^5.1
- symfony/security-bundle: ^4.4|^5.1
Requires (Dev)
- symfony/browser-kit: ^4.4|^5.1
- symfony/console: ^4.4|^5.1
- symfony/dom-crawler: ^4.4|^5.1
- symfony/phpunit-bridge: ^4.4|^5.1
- symfony/var-dumper: ^4.4|^5.1
- symfony/yaml: ^4.4|^5.1
Suggests
- gesdinet/jwt-refresh-token-bundle: Implements a refresh token system over Json Web Tokens in Symfony
- spomky-labs/lexik-jose-bridge: Provides a JWT Token encoder with encryption support
- 2.x-dev
- dev-master / 2.x-dev
- v2.11.2
- v2.11.1
- v2.11.0
- v2.10.6
- v2.10.5
- v2.10.4
- v2.10.3
- v2.10.2
- v2.10.1
- v2.10.0
- v2.9.0
- v2.8.0
- v2.7.0
- v2.6.5
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- 1.x-dev
- v1.7.1
- v1.7.0
- 1.6.0
- v1.5.1
- v1.5.0
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2021-03-24 12:43:20 UTC
README
This bundle provides JWT (Json Web Token) authentication for your Symfony API.
It is compatible and tested with PHP 7.1+ on Symfony 4.x and 5.x.
Documentation
The bulk of the documentation is stored in the Resources/doc
directory of this bundle:
Community Support
Please consider opening a question on StackOverflow using the lexikjwtauthbundle
tag, it is the official support platform for this bundle.
Github Issues are dedicated to bug reports and feature requests.
Contributing
See the CONTRIBUTING file.
Upgrading from 1.x
Please see the UPGRADE file.
Credits
- Lexik dev@lexik.fr
- All contributors
License
This bundle is under the MIT license.
For the whole copyright, see the LICENSE file distributed with this source code.