JWT Framework
v3.0
Search…
⌃K
v3.0
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)
Signature Algorithms
JWS Creation
JWS Loading
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

Signed Tokens (JWS)

To use the signed tokens (JWS), you have to install the web-token/jwt-signature component.
composer require web-token/jwt-signature
This component provides lot of signature algorithms and classes to load and create signed tokens.
Please refer to this signature algorithm table to know what algorithms are available.
Then, you will find an example to create a signed token here and another example to load and verify incoming tokens.
The Components - Previous
Claim Checker
Next
Signature Algorithms
Last modified 10mo ago
Export as PDF
Copy link