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

Integrate the Create Account API with Invite Codes #981

Open
cbell504 opened this issue Nov 11, 2024 · 0 comments
Open

Integrate the Create Account API with Invite Codes #981

cbell504 opened this issue Nov 11, 2024 · 0 comments

Comments

@cbell504
Copy link
Owner

The goal of this ticket is to make sure that when a user must have an invite code when they create an account. This ticket includes the work for both the frontend and the backend.

Frontend

Create a new text for the invite code
Send that new field to the create account endpoint

Backend

Take in that new property in the request
Use the PermissionService to verify that the code exists for the account
Create the account and then remove the code from the DB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant