colburncodes / social

Social is a boilerplate that you can use for an unlimited number of projects. Whether you're trying to learn how to structure your own app or want to rapidly spin up a number of features, it sets you up with a powerful set of features.
https://staging.socialio.site/
5 stars 1 forks source link

Develop an invite-only signup system #82

Open colburncodes opened 7 months ago

colburncodes commented 7 months ago

As a developer, I want to implement an invite-only signup system, So that we can enhance the exclusivity and security of the user registration process.

Acceptance Criteria:

Invite validation: signup process must validate that a valid and accepted invite exists for the user's email before proceeding. Invite Request Page: page where potentials users can request an invite by submitting their email address must be available and accessible publicly. Storing Invite Requests: system must store invite requests with a unique IP address for each and set the initial acceptance to pending. Admin management of Invites: admin should be able to view all invite requests, accept or reject them, and trigger automatic email notifications to users about the status of their invites.