We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
# Create a token $ invenio oauth2server create_personal_token "my-token" \ --email [email protected] --internal \ --scopes user:email,records:read abcdef1234567890abcdef1234567890 # Delete a token $ invenio oauth2server delete_personal_token --name "my-token" --email [email protected] Token "abcdef1234567890abcdef1234567890" deleted # ...or... $ invenio oauth2server delete_personal_token Enter token: <password-like input> Token "abcdef1234567890abcdef1234567890" deleted
(Command/parameter/argument naming could be better, so feel free to change...)
The text was updated successfully, but these errors were encountered:
Would this be better suited via the admin?
Sorry, something went wrong.
Well, why not both? The idea was to have it for API-only apps, which don't necessarily have an admin panel (or access to user settings)
cli: add basic token management commands
fee7832
* Addresses inveniosoftware#186.
No branches or pull requests
Example:
(Command/parameter/argument naming could be better, so feel free to change...)
The text was updated successfully, but these errors were encountered: