-
Notifications
You must be signed in to change notification settings - Fork 44
Issues: paxful/api-docs
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Canceled.update/user.attach.string.recourse/user.has.onis.of.masterkey
#46
opened Apr 3, 2023 by
roscoefinessto
app.use((req, res, next) => { const providedSignature = req.get('X-Paxful-Signature'); const calculatedSignature = crypto.createHmac('sha256', apiSecret).update(JSON.stringify(req.body)).digest('hex'); if (providedSignature !== calculatedSignature) { console.log('Request signature verification failed.'); res.status(403).end(); } else { next(); } });
#45
opened May 10, 2022 by
Mame1989
hi ~i used python found echo or python make apiseal different
#7
opened May 29, 2018 by
zoujiangtao159
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.