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
"switcher" where the users chooses which space is active and all other logic remains the same as switching is done on the middleware level
"transparent" tennancy is transparent to the users and all content is shown from all member spaces
option 1 is chooses as its much simpler to implement, poses less security risks and can also be used as the foundation to implement option 2 in the future (there is close to 0 extra work when implementing option 1 first, just the switcher).
add model for space membership
migrate user permission to space permission
rewrite permission checks to use space permissions
add switcher
space invite
space creation
Allow user to create new space while in a space
permission management / space management page
add api endpoint to switch active space
prevent people removing their own admin priviledges from their space or add way to regain those automatically
add support to be in more than one space.
basic options
option 1 is chooses as its much simpler to implement, poses less security risks and can also be used as the foundation to implement option 2 in the future (there is close to 0 extra work when implementing option 1 first, just the switcher).
fix share links for logged in users Share link doesn't work between spaces for logged in users #1238is_space_owner
The text was updated successfully, but these errors were encountered: