Need to store and validate a password but don't want to write your own backend?
PaaS-sword allows you to quickly save a password and gives you a url to validate it!
https://svrlss.now.sh/api/get/
fetch("https://svrlss.now.sh/api/get/undefined", { method: "POST", body: { pwd: "my test password" } })