As the topic title says, does AuthenticationException contain personally identifiable info? For example, if login via Google thru WebAuthProvider.login fails, will the resulting exception contain such info?
Hey there @admdizon - Sorry for the delay here, but just wanted to follow up on this for future reference: AuthenticationException should only throw generic errors such as An error occurred when trying to authenticate with the server. and not contain any personally identifiable data.
Cheers!