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

Add email domain registration and verification endpoints #48

Open
tmthecoder opened this issue Feb 20, 2024 · 0 comments · May be fixed by #56
Open

Add email domain registration and verification endpoints #48

tmthecoder opened this issue Feb 20, 2024 · 0 comments · May be fixed by #56
Assignees

Comments

@tmthecoder
Copy link
Contributor

Add email domain registration and verification endpoints

Context

We need to add an api-gateway endpoint for email domain registration and verification

Acceptance Criteria

Domain Registration:

Domain Verification:

Both:

  • Need an Authorization header containing a JWT which will be validated with the JWT middleware

Testing

  • Please ensure there are tests written for the following cases (at a minimum):
    • Calling the registration endpoint with malformed domain/subdomain parameters
    • Calling the registration endpoint with missing domain/subdomain parameters
    • Calling the registration endpoint with correct domain/subdomain parameters
    • Calling the validation endpoint with malformed a domain parameter
    • Calling the registration endpoint with a missing domain parameter
    • Calling the registration endpoint with a correct domain parameter
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 a pull request may close this issue.

2 participants