File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ With the next command you will create a new table to handle your refresh tokens
129
129
130
130
** Symfony 3 Version:**
131
131
``` bash
132
- php app /console doctrine:schema:update --force
132
+ php bin /console doctrine:schema:update --force
133
133
134
134
# or make and run a migration
135
- php app /console make:migration
136
- php app /console doctrine:migrations:migrate
135
+ php bin /console make:migration
136
+ php bin /console doctrine:migrations:migrate
137
137
```
138
138
139
139
** Symfony 4 Version:**
@@ -367,7 +367,7 @@ If you want to revoke all invalid (datetime expired) refresh tokens you can exec
367
367
368
368
**Symfony 3 Version:**
369
369
` ` ` bash
370
- php app /console gesdinet:jwt:clear
370
+ php bin /console gesdinet:jwt:clear
371
371
` ` `
372
372
373
373
**Symfony 4 Version:**
@@ -379,7 +379,7 @@ Optional argument is datetime, it deletes all tokens smaller than this datetime:
379
379
380
380
**Symfony 3 Version:**
381
381
` ` ` bash
382
- php app /console gesdinet:jwt:clear 2015-08-08
382
+ php bin /console gesdinet:jwt:clear 2015-08-08
383
383
` ` `
384
384
385
385
**Symfony 4 Version:**
@@ -395,7 +395,7 @@ If you want to revoke a single token you can use this:
395
395
396
396
**Symfony 3 Version:**
397
397
` ` ` bash
398
- php app /console gesdinet:jwt:revoke TOKEN
398
+ php bin /console gesdinet:jwt:revoke TOKEN
399
399
` ` `
400
400
401
401
**Symfony 4 Version:**
You can’t perform that action at this time.
0 commit comments