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
Currently the user needs to add the correct extension URL as a trusted app manually to allow access to NSS Pods. This is a manual step described on the options page.
We can simplify this, by doing it automatically (e.g. by just clicking a "Trust WebClip" button on the options page)
Since the options page does not send an origin header, the options page can do a request to add the required triple to the user profile.
As of today this is only needed for NSS, since CSS does not make use of the "trusted app" authorization and ESS does not work yet at all (see #21)
The text was updated successfully, but these errors were encountered:
Since the options page does not send an origin header, the options page can do a request to add the required triple to the user profile.
Unfortunately, this is no longer true. The options page does indeed send an origin header and is therefore not allowed to add the required tripes.
As of today this is only needed for NSS
I do not think it is worth to put more effort on workarrounds for NSS, since solidcommunity.net and probably other providers will be moving from NSS to CSS in the long term and app authorization will work differently in the future. For now, we need to guide NSS users to add the correct extension URL as trusted app manually.
Currently the user needs to add the correct extension URL as a trusted app manually to allow access to NSS Pods. This is a manual step described on the options page.
We can simplify this, by doing it automatically (e.g. by just clicking a "Trust WebClip" button on the options page)
Since the options page does not send an origin header, the options page can do a request to add the required triple to the user profile.
As of today this is only needed for NSS, since CSS does not make use of the "trusted app" authorization and ESS does not work yet at all (see #21)
The text was updated successfully, but these errors were encountered: