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

(TK-010):Create rest end point on PRS to accept registration request #7

Open
Koufan-De-King opened this issue Oct 16, 2024 · 0 comments

Comments

@Koufan-De-King
Copy link
Contributor

Koufan-De-King commented Oct 16, 2024

Description:

Develop a REST endpoint in the Pending Registration Service (PRS) to accept and store user registration requests. This endpoint will capture the user's phone number and public key, initiating the registration process and generating an OTP for verification.

Requirements:

Create a POST /prs/register endpoint.
Accept and validate the phone number and public key from the user.
Generate and store an OTP for the registration request.
Return a success response and initiate OTP delivery.

Acceptance Criteria:

Registration requests are stored and OTPs are generated.
The endpoint returns appropriate responses for success or failure.
Estimate: 5

@NkwaTambe NkwaTambe changed the title Create rest end point on PRS to accept registration request (TK-010):Create rest end point on PRS to accept registration request Oct 17, 2024
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

No branches or pull requests

1 participant