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

Create labels, ability to list, and ability to delete/revoke domain tokens attached to account. #7

Open
vegaslon opened this issue Jun 17, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@vegaslon
Copy link
Contributor

Need to create and modify api and associated web pages to be able to label a token when created. With labels another api should be created to list all domain token that account has created with the purpose of being able to revoke them do to security. The tokens should not be listed but only the labels of the tokens so they can be revoked with a delete access point.

@Misterblue
Copy link
Collaborator

At the moment, access tokens have a creation date, an expiration date, and a scope. The scope is either "owner" (account access token) or "domain" (domain access token). I have the user access tokens expire after 12 hours without any heartbeat activity. The domain tokens don't ever expire because they are what associates an account with a domain. I'm not happy with that and am thinking of expiring them after some period of no domain heartbeat. A week? A month?

Would a "note" field be a good addition?

A token admin API is a good idea. I'll use this issue to hold discussion of token design and start another issue about building a general admin panel for the metaverse-server.

@Misterblue Misterblue added the enhancement New feature or request label Jun 18, 2020
@vegaslon
Copy link
Contributor Author

vegaslon commented Jun 18, 2020

I was just looking at the domain token generation pages high fidelity created, they had you put in a human readable label before they generated them, or they just put a generic label on it it along the lines this was created at this date and time. then they had another page at the metaverse site that listed all the domain token you have generated by their labels and gave you the option to delete them one at a time.

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

2 participants