HaveIBeenPwned / PwnedPasswordsCloudflareWorker
- понедельник, 31 мая 2021 г. в 00:28:48
Pwned Passwords Cloudflare Worker
Based on the template for kick starting a Cloudflare worker project.
index.js
is the content of the Workers script.
To generate using wrangler
wrangler generate projectname https://github.com/cloudflare/worker-template
Further documentation for Wrangler can be found here.