JWT Framework
v3.0
Search
⌃K
Introduction
Introduction
Provided Features
Pre-requisite
Continous Integration
Contributing
The Components
Algorithm Management (JWA)
Key (JWK) and Key Set (JWKSet)
Header Checker
Claim Checker
Signed Tokens (JWS)
Encrypted Tokens (JWE)
The Symfony Bundle
Symfony Bundle
Algorithm Management
Key and Key Set Management
Header and Claim Checker Management
Signed Tokens
Encrypted Tokens
Configuration Helper
Events
Console Command
Console
Standalone Application
PHAR Application
Symfony Console
Advanced Topics
Security Recommendations
Nested Tokens
Serialization
Custom Algorithm
Signed tokens and
Encrypted tokens and
Benchmark
How To
Result table
Migration
From v1.x to v2.0
From v2.x to v3.0
Powered By
GitBook
Introduction
This project is a framework that provides an implementation of:
JW
S
JSON Web Signature (RFC 7515)
,
JW
E
JSON Web Encryption (RFC 7516)
,
JW
K
JSON Web Key (RFC 7517)
.
JW
A
JSON Web Algorithms (RFC 7518)
.
JW
T
JSON Web Token (RFC 7519)
,
JSON Web Key Thumbprint (
RFC 7638
).
Unencoded Payload Option (
RFC7797
).
It also provides:
a Symfony bundle
a standalone console application
Licence
This project is release under
MIT licence
.
Next - Introduction
Provided Features
Last modified
1yr ago