Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 450 Bytes

standalone.md

File metadata and controls

19 lines (13 loc) · 450 Bytes

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