Support for async formatters for Nodejs

Wappler currently doesn’t provide hashing mechanisms for nodejs. Since I believe there’s no support for async formatters, you will have to run your argon/bcrypt and what have you synchronously.

Unless you got 10 users on different timezones, that’s simply unacceptable for any nodejs because it will block every other http request while the CPU is running the hashing in the event loop.

Community Page
Last updated: