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

Interface for listing managed tokens and revoking them #15

Closed
simonw opened this issue Aug 30, 2023 · 4 comments
Closed

Interface for listing managed tokens and revoking them #15

simonw opened this issue Aug 30, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@simonw
Copy link
Owner

simonw commented Aug 30, 2023

Fill in this bit:

async def tokens_index():
return Response.text("TODO")

Particularly important since we want to move tokens into the new internal database, which means they won't be visible using the regular table view any more:

@simonw simonw added the enhancement New feature or request label Aug 30, 2023
@simonw simonw self-assigned this Aug 30, 2023
@simonw
Copy link
Owner Author

simonw commented Aug 30, 2023

I'm also going to move the _datasette_auth_tokens table into the internal database as part of this work.

@simonw
Copy link
Owner Author

simonw commented Aug 30, 2023

UI currently looks like this:

CleanShot 2023-08-30 at 16 36 30@2x

Features to support:

  • See all active tokens, paginated
  • Search tokens by actor, name
  • See expired/revoked tokens, paginated
  • Neater display of permissions
  • Show how long is left on each token which is going to expire

simonw added a commit that referenced this issue Aug 31, 2023
Plus initial work on tokens index page, refs #15

And some work towards auth-tokens-revoke-any, refs #16
@simonw
Copy link
Owner Author

simonw commented Aug 31, 2023

@simonw simonw closed this as completed in d5ecae9 Aug 31, 2023
@simonw
Copy link
Owner Author

simonw commented Aug 31, 2023

CleanShot 2023-08-31 at 14 14 54@2x

simonw added a commit that referenced this issue Aug 31, 2023
@simonw simonw added this to the 0.4 milestone Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant