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
Standalone Application
Installation
To install the standalone application, you have to clone the repository and install the dependencies. We consider that
git
and
composer
are correctly installed.
git
clone https://github.com/web-token/jwt-app.git
cd
jwt-app
composer
install
--no-dev --optimize-autoloader --classmap-authoritative
You will find the standalone console command in the
bin
folder.
./bin/jose
Console Command - Previous
Console
Next - Console Command
PHAR Application
Last modified
5mo ago
Export as PDF
Copy link