You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have processes that requires verification process, often this is done by sending notification to email / sms addresses. Received notification will contain link to frontend page that will send request to backend to process verification.
Currently notifications API isn't integrated with identity API, so you can just send verification email to a seed data user to validate the implementation in Program.cs directly
Requirements
add email template seed data
when verification email is received it should lead to verification page
verification page need to send request to the backend
Deliverables
VerificationPage - page that sends verification request to the API and routes to BannerPage based on the response
BannerPage - just a page with color, content and icon route params
VerificationEndpointsClient - axios client to send requests to verification endpoints
The text was updated successfully, but these errors were encountered:
Create verification page
Description
We have processes that requires verification process, often this is done by sending notification to email / sms addresses. Received notification will contain link to frontend page that will send request to backend to process verification.
Currently notifications API isn't integrated with identity API, so you can just send verification email to a seed data user to validate the implementation in
Program.cs
directlyRequirements
Deliverables
VerificationPage
- page that sends verification request to the API and routes toBannerPage
based on the responseBannerPage
- just a page with color, content and icon route paramsVerificationEndpointsClient
- axios client to send requests to verification endpointsThe text was updated successfully, but these errors were encountered: