lexik / jwt-authentication-bundle
This bundle provides JWT authentication for your Symfony REST API
Installs: 19 564 335
Dependents: 157
Suggesters: 8
Security: 2
Stars: 2 261
Watchers: 54
Forks: 555
Open Issues: 84
Type:symfony-bundle
Requires
- php: >=7.1
- ext-openssl: *
- lcobucci/jwt: ^3.4|^4.0
- namshi/jose: ^7.2
- symfony/config: ^4.4|^5.3|^6.0
- symfony/dependency-injection: ^4.4|^5.3|^6.0
- symfony/deprecation-contracts: ^2.4|^3.0
- symfony/event-dispatcher: ^4.4|^5.3|^6.0
- symfony/http-foundation: ^4.4|^5.3|^6.0
- symfony/http-kernel: ^4.4|^5.3|^6.0
- symfony/property-access: ^4.4|^5.3|^6.0
- symfony/security-bundle: ^4.4|^5.3|^6.0
- symfony/security-core: ^4.4|^5.3|^6.0
- symfony/security-http: ^4.4|^5.3|^6.0
- symfony/translation-contracts: ^1.0|^2.0|^3.0
Requires (Dev)
- symfony/browser-kit: ^4.4|^5.3|^6.0
- symfony/console: ^4.4|^5.3|^6.0
- symfony/dom-crawler: ^4.4|^5.3|^6.0
- symfony/filesystem: ^4.4|^5.3|^6.0
- symfony/framework-bundle: ^4.4|^5.3|^6.0
- symfony/phpunit-bridge: ^4.4|^5.3|^6.0
- symfony/security-guard: ^4.4|^5.3
- symfony/var-dumper: ^4.4|^5.3|^6.0
- symfony/yaml: ^4.4|^5.3|^6.0
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
Conflicts
- symfony/console: <4.4
- 2.x-dev
- v2.15.1
- v2.15.0
- v2.14.4
- v2.14.3
- v2.14.2
- v2.14.1
- v2.14.0
- v2.13.0
- v2.12.6
- v2.12.5
- v2.12.4
- v2.12.3
- v2.12.2
- v2.12.1
- v2.12.0
- v2.11.3
- v2.11.2
- v2.11.1
- v2.11.0
- 2.10.x-dev
- v2.10.7
- 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: 2022-04-26 15:09:42 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, 5.x and 6.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
License
This bundle is under the MIT license.
For the whole copyright, see the LICENSE file distributed with this source code.