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

Introducing Groups #95

Open
glewe opened this issue Nov 30, 2021 · 0 comments
Open

Introducing Groups #95

glewe opened this issue Nov 30, 2021 · 0 comments

Comments

@glewe
Copy link

glewe commented Nov 30, 2021

Hi there,

I just got my hands on your boilerplate and I love it so far.

I noticed that you are using Myth/Auth's GroupModel as Roles. In most of my application concepts I need both, roles and groups. Roles are mostly used for permission while groups are used for grouping user accounts into teams.

I would love to see the introduction of groups in your boilerplate. My idea would be to basically copy the GroupModel as RoleModel so that both can be managed per user. The attributes of a role can be the same as of a group. The rest would also be the same

  • User can be assigned to one or more groups
  • Groups can be assigned permissions

How do you fell about that idea?

Best regards,
George

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant