Skip to content

Instantly share code, notes, and snippets.

@dugjason
Created May 29, 2019 20:13
Show Gist options
  • Save dugjason/9ce5d17dedfe026dd14a6acc2f8109af to your computer and use it in GitHub Desktop.
Save dugjason/9ce5d17dedfe026dd14a6acc2f8109af to your computer and use it in GitHub Desktop.
User Verification for Front Chat in PHP
$userHash = hash_hmac('sha256', $userEmail, $verificationSecret);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment