I have a checkbox in my user table that indicate whether a user has been email verified or not (they are asked to verify their email upon sign up / login, but some may not do so)
What’s the best way to get users to verify their email without slowing down my app?
Would it be checking if the checkbox is checked everytime a page is loaded on the app?