Registry / auth / lexik-jwt-authentication-bundle

lexik-jwt-authentication-bundle

JSON →
library3.2.0phppackagistunverified

This bundle provides JWT authentication for your Symfony REST API

composer require lexik/jwt-authentication-bundle
INSTALL
IMPORT
SIG · LEXIK-JWT-AUTHENTI
L
lexik-jwt-authentication-bundle
authphpv3.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JWTTokenManagerInterface
use Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface;

Create a JWT token for a user

use Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface; $jwtManager = $container->get(JWTTokenManagerInterface::class); $token = $jwtManager->create($user);
Debug
Known issues
breakingRequires Symfony 4.4+ and PHP 7.2+
fix
Upgrade Symfony and PHP to compatible versions
affects: <3.0
Upgrade
Version history
3.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
lexik-jwt-authentication-bundle — pip install lexik-jwt-authentication-bundle · libregistry