-
Notifications
You must be signed in to change notification settings - Fork 401
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
feat: added custom validation for loginId/userId when tried to auto l… #729
Conversation
Someone is attempting to deploy a commit to the dunsin's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You did great @Gopal-001, thanks for contributing, I hope you will stick around and continue to contribute to this project.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you so much @Dun-sin ! It’s been a pleasure contributing, and I look forward to learning and adding more value to the project. 😊 |
**My PR closes #716 **
👨💻 Changes proposed(What did you do ?)
Client function
Server function
✔️ Check List (Check all the applicable boxes)
Note to reviewers
Yes regarding the userId type I've checked the id generated by the function
crypto.randomBytes(12).toString('hex');
was of 24 char and the regex as mentioned above, that's why needed to add extra regex check for the hex id pattern.📷 Screenshots
NA