mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
29c9b2a08f
Add an aggregator to handle exposing the user's identity, nasa/openmctweb#92
12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"extensions": {
|
|
"components": [
|
|
{
|
|
"type": "aggregator",
|
|
"provides": "identityService",
|
|
"depends": [ "$q" ]
|
|
}
|
|
]
|
|
}
|
|
}
|