Client - revoke all token for a given client

This commit is contained in:
Sam
2022-06-12 18:03:26 +02:00
parent e01248d0d1
commit 524a221725
9 changed files with 94 additions and 9 deletions

View File

@ -23,5 +23,8 @@
"NEW_APP": "New OAuth App",
"NO_DESCRIPTION": "no description",
"NO_APP": "Application not found!",
"NO_APPS": "no applications"
"NO_APPS": "no applications",
"REVOKE_ALL_TOKENS": "Revoke all tokens",
"TOKENS_REVOCATION_CONFIRMATION": "Are you sure you want to revoke all tokens?",
"TOKENS_REVOKED": "All existing associated tokens have been revoked."
}