You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the runtime more accessible and configurable, we have a suggestion to propose.
At this moment, on runtimeUA constructor, we receive 2 arguments, runtimeFactory and the domain. The proposal changes the second argument from a string to an object.
This object will contain the following structure:
With this information, we can construct the URL what we need and are totally configurable.
So, this will need changes to the runtime-browser and runtime-nodejs, because, with this way, the install method will receive an object with all proprieties above referenced.
What do you think about this concept?
Other suggestions are welcome
The text was updated successfully, but these errors were encountered:
The runtime configuration should include how to derive catalogue URLs for legacy endpoints as defined in reTHINK-project/specs#11 (comment).
Ie legacy endpoints are define with "protocol://user@domain" where "domain" is the service provider domain. The standard catalogue URL is derived from it as it is done for any other reTHINK domain while the fallback catalogue URL is derived like: /.well-known/protocolstub/.
Hi, everyone
To make the runtime more accessible and configurable, we have a suggestion to propose.
At this moment, on runtimeUA constructor, we receive 2 arguments, runtimeFactory and the domain. The proposal changes the second argument from a string to an object.
This object will contain the following structure:
With this information, we can construct the URL what we need and are totally configurable.
So, this will need changes to the runtime-browser and runtime-nodejs, because, with this way, the
install
method will receive an object with all proprieties above referenced.What do you think about this concept?
Other suggestions are welcome
The text was updated successfully, but these errors were encountered: