Skip to content

Facebook Security Fix

Compare
Choose a tag to compare
@SocalNick SocalNick released this 07 Feb 17:15
· 101 commits to master since this release

@WebImage reported that Facebook sometimes sends an empty emailVerified string, presumably when the user verifies their Facebook account with their phone number. Before this fix, if several users sign in with empty emailVerified string, they may get logged into the wrong account. This fix adds check for empty string and if so, throws same exception as if emailVerified was missing.