JWT Framework
Search…
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)
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
PHAR Application
Installation
To install the application, you just have to download the PHAR file attached to the
release you need
.
You are free to distribute the file within your project or use it locally (e.g.
/usr/local/bin
).
To use it, just execute the following line:
1
./jose.phar
Copied!
You may need to set it as executable:
chmod +x jose.phar
Console Command - Previous
Standalone Application
Next - Console Command
Symfony Console
Last modified
1mo ago
Export as PDF
Copy link