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: invite-only mode #175

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

imnotjames
Copy link

@imnotjames imnotjames commented Jan 26, 2025

this adds the env var INVITE_ONLY which forces the application into an invite-only mode:

Only users that have been invited by an existing user will be able to log in to the application.
Any other user will be rejected.

This does not stop the auth from being attempted & because the application doesn't have error handling on the sign in page users may not realize what's happening.

fixes #172

@imnotjames imnotjames marked this pull request as ready for review January 29, 2025 07:32
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.

Feature Request: Invite-Only Mode
1 participant