Hashed email addresses in database and plain text emails in JWT
I was just wondering what the downsides of the following approach would be:
The email address I store is hashed (with a pepper that is db wide). This should (in my theory) better protect users in case of a data breach compared to storing t… Continue reading Hashed email addresses in database and plain text emails in JWT