Created
May 29, 2019 20:13
-
-
Save dugjason/9ce5d17dedfe026dd14a6acc2f8109af to your computer and use it in GitHub Desktop.
User Verification for Front Chat in PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$userHash = hash_hmac('sha256', $userEmail, $verificationSecret); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment