-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conceptualise user management UI #24
Comments
The rough first version of the UI concept:
Outstanding questions
|
I like the general structure presented in the mock.
If we do this later I assume the default is going to be read only, right? And then we manually grant write access to selected users or how do you think about it
Can you elaborate on that point? Not sure whether I can follow your trace of thought here. |
We don't distinguish this yet, we only have general session tokens. But I think it's helpful functionality and I would suggest to implement that, that's why I put it into the mock. It's only a question of prioritisation.
Related to the previous point, the only tokens we have at the moment are the ones you get after you signed in (this will stay same also when we will use UI for sign in). Those tokens are not revocable yet, but it's also important requirement that we should definitely enforce to be able to sign out. Once this is done, the suggestion is to just show it in the same (or maybe a separate) table on the same page, indicating that this is origin-restricted token of the current session. Updated the mock to reflect that (also, I think orange version fits better to the logo) |
One question that popup during unrelated discussion:
|
So in any case, it's possible to improve overall UX and allow users to not explicitly set headers in the playground if they are already logged in the UI. Based on this, I will rename |
Goal
Concept on how to handle user management
Context
We want to provide a UI that allows admin users to login, create new users and generate jwt tokens for the newly created users.
Tbd: In general might be nice to include functionality to re-generate and copy+share jwt token (see s1 in asset section)
Assets
s1:

Tasks
The text was updated successfully, but these errors were encountered: