Open
Description
Proposal:
Org creation should not use the auth system to determine ownership
Current behavior:
When a organization create request is made we try pulling the auth.UserID from the context. If we do have that piece of information it will create a relationship between the user and the organization. This implicit assumption means it is possible to create an organization that has now owners and thus is unusable.
Desired behavior:
We should make this connection explicit instead of implicit.