TrasherDK
TrasherDK
Something like: ```javascript let result = await mysql .query( 'INSERT into t.billing (name , lastname ) VALUES ( ? , ? )', [ fname, lname ] ) .query( 'UPDATE t_billing.transactions...
I think pretty much any OS has functions for create temp directories and files.
Well, #76 would need something. I was thinking MySQL / Redis maybe combined with [BroadcastChannel](https://github.com/pubkey/broadcast-channel)
Using `bcrypt` the salt is stored as part of the hashed password. ```js /** * Check if password matches the user's password * @param {string} password * @returns {Promise} */...
A refactored version, reverting to `verify().then().catch()` chaining, by adding the missing `tls.rejectUnauthorized` setting.
Latest push only contain the changes in functionality. I don't use yarn, so it's capabilities are unknown to me. npm on the other hand, is capable of updating yarn.lock, keeping...
You should have TLS termination in a proxy in front of this thing.
Sounds interesting. Can you put it up in a repository? I would like to take a look.
@dominick-more Thanks..
@markvital https://github.com/dominick-more/node-express-typescript-boilerplate/tree/pr/typescript-conversion