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: configure number of users allowed per server #233

Merged
merged 3 commits into from Nov 6, 2020

Conversation

pradel
Copy link
Contributor

@pradel pradel commented Nov 6, 2020

Close #232

I deleted all the userId checks as for now all the users should be able to see all the apps so it was actually not making sense to have these.
We can revisit later once we add a proper user management system :)
I added an env variable named NUMBER_USERS_ALLOWED to let the user configure the number.

@pradel pradel marked this pull request as ready for review November 6, 2020 11:02
@pradel pradel changed the title feat(server): configure number of users allowed per server feat: configure number of users allowed per server Nov 6, 2020
@pradel pradel merged commit 57e199b into master Nov 6, 2020
@pradel pradel deleted the feature/allow-config-multiple-users branch November 6, 2020 17:27
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.

Workaround to allow multiple users on the same server
2 participants