there used to be a airtable page where there are tested lists of packages that works with workers, d
there used to be a airtable page where there are tested lists of packages that works with workers, do any of you know the link? I can't find it!
its easiest to get on workers but also interestingly there was some conversation on some laravel thing about how its better than argon2 but I dont know anything about passwords to know whats better really 
To summarize, even some of the PHC judges acknowledge that, in order to achieve auth speeds in alignment with UX tolerance studies (500ms to 1 second of auth delay per user), both the Argon2 family and scrypt have to be tuned "downward" so much that they end up being less resistant to offline attack than bcrypt at equivalent auth speeds(!)

const params = {
url,
};
const queryString = new URLSearchParams(params).toString();
fetch(`https://app.scrapingbee.com/api/v1/?${queryString}`);