1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-22 12:41:19 +01:00
phorge-phorge/src/applications/auth/revoker
epriestley 3becd5a57c Add "bin/auth revoke --list" to explain what can be revoked
Summary:
Depends on D18908. Ref T13043. Allow users to get information about what revokers do with a new `--list` flag.

You can use `--list --type <key>` to get information about a specfic revoker.

Test Plan: Ran `bin/auth revoke --list`, saw a list of revokers with useful information.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13043

Differential Revision: https://secure.phabricator.com/D18910
2018-01-23 14:01:39 -08:00
..
PhabricatorAuthConduitTokenRevoker.php Add "bin/auth revoke --list" to explain what can be revoked 2018-01-23 14:01:39 -08:00
PhabricatorAuthPasswordRevoker.php Add "bin/auth revoke --list" to explain what can be revoked 2018-01-23 14:01:39 -08:00
PhabricatorAuthRevoker.php Add "bin/auth revoke --list" to explain what can be revoked 2018-01-23 14:01:39 -08:00
PhabricatorAuthSessionRevoker.php Add "bin/auth revoke --list" to explain what can be revoked 2018-01-23 14:01:39 -08:00
PhabricatorAuthSSHRevoker.php Add "bin/auth revoke --list" to explain what can be revoked 2018-01-23 14:01:39 -08:00
PhabricatorAuthTemporaryTokenRevoker.php Add "bin/auth revoke --list" to explain what can be revoked 2018-01-23 14:01:39 -08:00