Since Kinde has so many different auth methods, I was wondering what method you would recommend me to use?
Use case: - Users can contact each other by email and username - contact by username is with a build-in chat - usernames can also lead to a profile page for some roles
Now since both username and email might be public and are also used for auth, isn’t this kind of a security risk?
Should I handle setting contact email and username separately to the login email?
Having it separately would mean that I would kinda have to verify that email address on my own, which would also be kinda annoying for the user. I guess some pages don’t verify the contact information.