-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Implement User API #4407
Labels
Milestone
Comments
@scottbell I think this is a good issue for you to pick up when you run out of other tasks. Happy to answer questions. |
15 tasks
Testing
|
charlesh88
added a commit
that referenced
this issue
Jan 8, 2022
charlesh88
added a commit
that referenced
this issue
Jan 8, 2022
charlesh88
added a commit
that referenced
this issue
Jan 8, 2022
Verified Fixed. |
Verified fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduce user "awareness" into Open MCT to enable user and role specific functionality such as role-specific home pages.
The specific details of how users are identified and authenticated will be platform specific, so we need an API that delegates those details to a "User Provider".
Here are some thoughts on how we can break this problem down:
openmct.user.getCurrentUser()
A separate issue will be created to integrate the new Open MCT User API with Yamcs' user API.
I have some initial thoughts on what the user API might look like, which we can iterate on. One key thing to note is that I think we only want to support a single user provider at a time? Unlike view, object, and telemetry providers where we need to support many.
The text was updated successfully, but these errors were encountered: