Skip to content
New issue

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

Add revoke functionality #109

Open
silverbucket opened this issue Dec 29, 2023 · 1 comment
Open

Add revoke functionality #109

silverbucket opened this issue Dec 29, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@silverbucket
Copy link
Member

Currently there's no way to revoke access for apps via. the API. Using the simple account dashboard, we should be able to list all apps that have access to our remote storage and optionally revoke their token with a simple click.
See #47

@silverbucket silverbucket added the enhancement New feature or request label Dec 29, 2023
@DougReeder
Copy link
Contributor

This is still highly desirable.

Implementing it would be straightforward for the monolithic server, as it stores permissions for each app.

The modular server uses JSON Web Tokens, so checking permissions doesn't require a round-trip to storage. Implementing revoke would require storing the app permissions and setting up a revocation list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants