I have a front end day job, and a back end freelance career so I guess I'm a full stack developer.
- Amman-Jordan
- https://mohsh.com
Pinned Loading
-
-
steam-roulette
steam-roulette PublicA web app that select a random game from your steam library for you to play
JavaScript 1
-
-
Decode Facebook signed_request with ...
Decode Facebook signed_request with NodeJS 8+ 1function parse_signed_request(signed_request, secret) {
2const encoded_data = signed_request.split(".",2);
3// decode the data
4const sig = encoded_data[0];
5let buffer = new Buffer(encoded_data[1], "base64");
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.