string | |
---|---|
password | salted hash |
validSessions | [uuid] |
id | uuid |
approved | boolean |
accountId | uuid |
---|---|
id | uuid |
name | string |
{
name: string,
id: uuid,
armyId: uuid,
order: number,
rules: [
{
text,
name,
icon
}
]
}
Create & Connect To A MongoDB Atlas Database With Node.js
Store Passwords In MongoDB With Node.js, Mongoose, & Bcrypt
How to allow users to upload images with Node/Express, Mongoose, and Cloudinary