krgamestudios / MERN-template

A website template using the MERN stack. It is geared towards Persistent Browser Based Games (think neopets), but is flexible enough for a number of different uses.
zlib License
68 stars 9 forks source link

Ensure passwords are secure enough in configure-script.js #4

Closed Ratstail91 closed 3 years ago

Ratstail91 commented 3 years ago

Something like requiring complex passwords, or defaulting them to something random.

How will I handle the email password?

Ratstail91 commented 3 years ago

The microservices have this covered so far.

Ratstail91 commented 3 years ago

configure-script.js needs a complete rewrite due to the JWT update.

Ratstail91 commented 3 years ago

configure-script.js has been rewritten.