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
As a user I want a Decoupled Druxt site with an authenticated only private file repository.
Has anyone found a good solution in a decoupled site to access a private file? Users are authenticated to the headless site via Simple OAuth. We can see the name of the file just fine using JSONAPI, but when trying to access the private file, the Drupal site thinks it's being viewed by an anonymous user and returns a 403. It's a video file. Wondering if there's a way to handle tokens for this?
The text was updated successfully, but these errors were encountered:
As a user I want a Decoupled Druxt site with an authenticated only private file repository.
The text was updated successfully, but these errors were encountered: