lexik / jwt-authentication-bundle
This bundle provides JWT authentication for your Symfony REST API
Installs: 42 783 826
Dependents: 206
Suggesters: 8
Security: 2
Stars: 2 528
Watchers: 52
Forks: 610
Open Issues: 112
Type:symfony-bundle
Requires
- php: >=8.2
- ext-openssl: *
- lcobucci/clock: ^3.0
- lcobucci/jwt: ^5.0
- symfony/config: ^6.4|^7.0
- symfony/dependency-injection: ^6.4|^7.0
- symfony/deprecation-contracts: ^2.4|^3.0
- symfony/event-dispatcher: ^6.4|^7.0
- symfony/http-foundation: ^6.4|^7.0
- symfony/http-kernel: ^6.4|^7.0
- symfony/property-access: ^6.4|^7.0
- symfony/security-bundle: ^6.4|^7.0
- symfony/translation-contracts: ^1.0|^2.0|^3.0
Requires (Dev)
- api-platform/core: ^3.0
- symfony/browser-kit: ^6.4|^7.0
- symfony/console: ^6.4|^7.0
- symfony/dom-crawler: ^6.4|^7.0
- symfony/filesystem: ^6.4|^7.0
- symfony/framework-bundle: ^6.4|^7.0
- symfony/phpunit-bridge: ^6.4|^7.0
- symfony/var-dumper: ^6.4|^7.0
- symfony/yaml: ^6.4|^7.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
- 3.x-dev
- v3.1.0
- v3.0.0
- 2.x-dev
- v2.21.0
- v2.20.3
- v2.20.2
- v2.20.1
- v2.20.0
- v2.19.1
- v2.19.0
- v2.18.1
- v2.18.0
- v2.17.0
- v2.16.0
- 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
- 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: 2024-10-31 00:23:16 UTC
README
This bundle provides JWT (Json Web Token) authentication for your Symfony API.
It is compatible (and tested) with PHP > 8.2 and Symfony > 6.4.
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.
Sponsoring
Huge thanks to Blackfire and JetBrains for providing this project with free open-source licenses.
If you or your company use this package, please consider sponsoring its maintenance and development.
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.