Download the PHP package jobilla/passport-revoke without Composer
On this page you can find all versions of the php package jobilla/passport-revoke. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jobilla/passport-revoke
More information about jobilla/passport-revoke
Files in jobilla/passport-revoke
Download jobilla/passport-revoke
More information about jobilla/passport-revoke
Files in jobilla/passport-revoke
Vendor jobilla
Package passport-revoke
Short Description Revoke Laravel Passport tokens with a simple Artisan command
License MIT
Package passport-revoke
Short Description Revoke Laravel Passport tokens with a simple Artisan command
License MIT
Please rate this library. Is it a good library?
Informations about the package passport-revoke
Laravel Passport Revoke
This package provides a single Artisan command for revoking a set of active Laravel Passport tokens, to ease mass revocations. This can be useful if you add or remove claims from the JWT and need every user to have a newly issued token.
Installation
Install the package using Composer.
Usage
Not passing any arguments to the command will revoke all active tokens:
You may pass a token ID as the argument to revoke a single token:
Or you may pass a --user
option to revoke all active tokens for a given
user.
All versions of passport-revoke with dependencies
PHP Build Version
Package Version
Requires
illuminate/console Version
5.7.*|5.8.*|^6.0|^7|^8
laravel/passport Version ^7.0|^8|^9
illuminate/support Version 5.7.*|5.8.*|^6.0|^7|^8
laravel/passport Version ^7.0|^8|^9
illuminate/support Version 5.7.*|5.8.*|^6.0|^7|^8
The package jobilla/passport-revoke contains the following files
Loading the files please wait ....