jwt-project icon indicating copy to clipboard operation
jwt-project copied to clipboard

Convert email input to lowerCase before check

Open juliustip opened this issue 1 year ago • 0 comments

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.

juliustip avatar Apr 25 '23 00:04 juliustip