Skip to content

Instantly share code, notes, and snippets.

@dylansalim3
Created September 7, 2020 08:29
Show Gist options
  • Save dylansalim3/e7b9dda2b59957a01b5625f1450669d4 to your computer and use it in GitHub Desktop.
Save dylansalim3/e7b9dda2b59957a01b5625f1450669d4 to your computer and use it in GitHub Desktop.
LIst of security Questions
const List<String> SECURITY_QUESTIONS = [
"What city were you born in?",
"What is your favorite food?",
"Where did you go to high school?",
"What was the first company that you worked for?",
"What was the name of your first pet?",
"What is the name of the road you grew up on?",
"What is your mother’s maiden name?",
"What Is your favorite book?",
"Where is your favorite place to vacation?",
"Where did you meet your spouse?",
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment