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
What used to be "authentication providers" are now rather "application" or "service" providers.
Initially we had assumed that every page or service would have their own authentication layer, which was true in case case of Etherpads/MyPads and Spacedeck.
Now with ditching Spacedeck in favor of tldraw one of those services is gone.
Right now I'm not sure what a better solution would look like; but something along the lines of:
Matrix is the primary authentication layer and major entry point
We have "apps", "services" or "applications" such as etherpad, tldraw or something else.
2.1. Each of those can provide an additional authentication layer, like in the case of Etherpad specifying MyPads
Generally each "application" stores their respective data in a sub-space of the "Applications" Matrix space
Each "application" can provide a custom path for routing / custom name for whitelabeling (e.g. calling the tldraw app /draw or the etherpad app /note)
The text was updated successfully, but these errors were encountered:
What used to be "authentication providers" are now rather "application" or "service" providers.
Initially we had assumed that every page or service would have their own authentication layer, which was true in case case of Etherpads/MyPads and Spacedeck.
Now with ditching Spacedeck in favor of tldraw one of those services is gone.
Right now I'm not sure what a better solution would look like; but something along the lines of:
etherpad
,tldraw
or something else.2.1. Each of those can provide an additional authentication layer, like in the case of Etherpad specifying MyPads
tldraw
app /draw or theetherpad
app /note)The text was updated successfully, but these errors were encountered: