jwt-project
jwt-project copied to clipboard
Convert email input to lowerCase before check
Convert user email input to lowerCase before check since we saved user email to database using lowercase. This is to make sure user input Case matches what we have in database before sending to database for check.