Dots don't matter in Gmail addresses #528
saiSunkari19
announced in
Help
Replies: 1 comment 4 replies
-
One way to get around this is to handle it on the JWT before its passed to web3auth, so that the unique identifier (often sub) that is passed does not contain dots You need to have control of the JWT in this case, so for example it might not work directly with google if google gives out dots. Instead use google with a proxy like Auth0 or Firebase and customize that JWT to filter the dots. Its hard for us to implement on our side because "sub" or the unique identifier that is submitted to web3auth is not exclusively email, so we can't filter it for dots on all values. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
We are trying to integrate web3auth into our app. But we found dot technique is not handled by your end, so this user can create multiple accounts just by changing the dot position. I was tested for my Gmail. I am able to create multiple accounts with the same mail id. Can you please check how we can able to solve this
I am attaching Gmail ref: https://support.google.com/mail/answer/7436150?hl=en#zippy=%2Cno-one-sees-your-mail
Beta Was this translation helpful? Give feedback.
All reactions