Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support organizations #134

Open
marcua opened this issue Jul 18, 2023 · 0 comments
Open

Support organizations #134

marcua opened this issue Jul 18, 2023 · 0 comments

Comments

@marcua
Copy link
Owner

marcua commented Jul 18, 2023

ayb's data model supports two types of entity --- user and organization. The rest of the implementation (e.g., registering, logging in, etc.) assumes a user is signing up. Some notes for when we want to support organizations

  • How do you handle registration? Does the organization need an email address, or does a user create an organization and share administrative permissions with other users?
  • How do you handle permissions? Can organizations issue keys, or is that left to users?
  • How do you handle partially complete state? For example, a user that starts registering but doesn't verify an authentication method will leave behind an unverified Entity of type User. Should you allow the first verified registration to flip the type of an Entity? Answering this relies on some details of the first bullet.
@marcua marcua moved this to To do in ayb roadmap Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

1 participant