const crypto = require('crypto'); const secret = '•••••••••'; // Your verification secret key const userId = current_user.id // A string UUID to identify your user const hash = crypto.createHmac('sha256', secret).update(userId).digest('hex');
top of page

Request Availability

Please fill out the form below and I'ii respond within 24-48 hours.

Let's Chat

Address

Thanks for submitting!

bottom of page