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

feat: Enforce single team when self-hosted #1954

Merged
merged 6 commits into from Mar 19, 2021
Merged

feat: Enforce single team when self-hosted #1954

merged 6 commits into from Mar 19, 2021

Conversation

tommoor
Copy link
Member

@tommoor tommoor commented Mar 14, 2021

Behavior is as follows:

  • On first install signup is open (apart from ALLOWED_DOMAINS restriction)
  • After first team is registered no other teams can be created
  • If attempting to signin with another google hd that's within ALLOWED_DOMAINS it will be assigned to the existing team, otherwise an error will be returned
  • The addition of Add authentication provider management #1945 will enable adding multiple authentication methods in the future.

closes #862

@tommoor tommoor marked this pull request as ready for review March 14, 2021 21:36
@tommoor tommoor merged commit 1b97207 into main Mar 19, 2021
@delete-merged-branch delete-merged-branch bot deleted the fix/issue-862 branch March 19, 2021 04:56
@benmort
Copy link

benmort commented Apr 22, 2021

NICE ONE!

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

Successfully merging this pull request may close these issues.

Enforce single team when self-hosting
2 participants