Skip to content

Instantly share code, notes, and snippets.

View novabyte's full-sized avatar

Chris Molozian novabyte

View GitHub Profile
@novabyte
novabyte / recover_email_password.lua
Created February 13, 2021 14:43 — forked from nickmarty/recover_email_password.lua
Nakama Email Password Recovery
--[[
Email Password Recovery module.
Using this module, you can request a password reset link from the game using 'recover_email_password' RPC.
--]]
local nk = require("nakama")
local HTTPS_PREFIX = "https://"
local MAILGUN_API_BASE_URL = "api.mailgun.net/v3"