Registry / auth / web-token-jwt-easy

web-token-jwt-easy

JSON →
library2.2.11phppackagistunverified

Easy toolset to use the JWT Framework.

composer require web-token/jwt-easy
INSTALL
IMPORT
SIG · WEB-TOKEN-JWT-EASY
W
web-token-jwt-easy
authphpv2.2.11
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.

JWT
use Jose\Easy\JWT;

Create and sign a simple JWT with a claim.

use Jose\Easy\JWT; $jwt = JWT::create() ->withClaim('sub', '1234567890') ->sign('your-secret-key'); echo $jwt;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.11latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
Resources
web-token-jwt-easy — pip install web-token-jwt-easy · libregistry