Implement email verification for AWS Cognito#8
Implement email verification for AWS Cognito#8wysRocket wants to merge 5 commits intoghcw-session-5c4efrom
Conversation
chore: Configure Renovate
chore(deps): update dependency @types/jest to v29.5.14
Related to #4 Implement email verification process for AWS Cognito in the React Native app. * **infra/main.tf** - Add `email` to `auto_verified_attributes` and `schema` in `aws_cognito_user_pool` resource. * **crux-frontend/hooks/useAuth.ts** - Update `signup` function to handle email verification. - Update `signin` function to check for email verification status. * **crux-frontend/app/index.tsx** - Add email verification step after sign-in. - Add logic to verify the code and navigate to the next screen. * **crux-frontend/app/signup.tsx** - Add email verification step after sign-up. - Add logic to verify the code and navigate to the next screen. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/wysRocket/crux/issues/4?shareId=XXXX-XXXX-XXXX-XXXX).
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Related to #4
Implement email verification process for AWS Cognito in the React Native app.
infra/main.tf
emailtoauto_verified_attributesandschemainaws_cognito_user_poolresource.crux-frontend/hooks/useAuth.ts
signupfunction to handle email verification.signinfunction to check for email verification status.crux-frontend/app/index.tsx
crux-frontend/app/signup.tsx
For more details, open the Copilot Workspace session.
PR Type
enhancement
Description
signinandsignupfunctions to handle email verification steps.Changes walkthrough 📝
index.tsx
Implement email verification in login flowcrux-frontend/app/index.tsx
signup.tsx
Implement email verification in signup flowcrux-frontend/app/signup.tsx
useAuth.ts
Enhance authentication with email verificationcrux-frontend/hooks/useAuth.ts
signupfunction to handle email verification.signinfunction to check email verification status.main.tf
Minor formatting update in Terraform configurationinfra/main.tf