Problem/Motivation
It would be useful to have a mechanism whereby anonymous users can access workspaces.
For example, an organisation might be preparing a large set of content changes, and need users without a Drupal login to be able to preview those changes.
This could be similar to the functionality for nodes offered by the Public Preview module, where hashed URLs can be shared, allowing access to the workspace(s).
Steps to reproduce
Proposed resolution
Remaining tasks
1. Decide whether this belongs in core or contrib.
2. Build it.
User interface changes
API changes
Data model changes
Release notes snippet
Comments
Comment #2
amateescu commentedFunnily enough, I just implemented this functionality in the "wse_preview" submodule of Workspaces Extra. I don't think it's core material, so I'm going to move this issue over there.
For posterity, it was implemented in these commits: https://git.drupalcode.org/project/wse/-/compare/7f543447...d3f44f56?fro...
Comment #3
amateescu commentedComment #5
malcomio commentedThanks - workspace preview seems to do exactly what I was asking for here.