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
We want to organize projects and users into organizations. This will allow us to have org admins and narrow the scope of their permissions. It will also allow us to determine data ownership. It also better enables guest accounts
Add orgs to JWT (and make sure we refresh the JWT appropriately e.g. by using the RefreshJwtAttribute and RefreshJwtProjectMembershipMiddleware as we've done for project mutation)
Allow users to be admins of an org
make guest users owned by an org instead of an admin (still need to preserve who they were created by for GDPR compliance tracking)
We want to organize projects and users into organizations. This will allow us to have org admins and narrow the scope of their permissions. It will also allow us to determine data ownership. It also better enables guest accounts
RefreshJwtAttribute
andRefreshJwtProjectMembershipMiddleware
as we've done for project mutation)The text was updated successfully, but these errors were encountered: