You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously, this is not production-ready. I do not suggest any to use this project in production as-it. The goal is we can go through the process and implement your own system.
In case you are not aware. This project is kept as simple as possible, thus missing a lot of security and usability consideration. I'm not or suggesting you to neglect them. It's simply because the scope of this project does not encompass them (for now) to avoid difficulty in understanding.
For example, Since we're handling authentication and user data, this aspect must be considered.
Sum up
There are many things missing, since I try to avoid being opinionated and prefer you to implement them yourself. Let's those be challenges to everyone.
Find issues with labels "Production readiness" labels and try it out.
The text was updated successfully, but these errors were encountered:
@hoangvvo As you closed this one, do you consider this template as "production-ready" in terms of security now?
The password is hashed properly and I probably checked some items from the security checklist, but by nature of any application, there can always be security issues.
Production readiness
Obviously, this is not production-ready. I do not suggest any to use this project in production as-it. The goal is we can go through the process and implement your own system.
In case you are not aware. This project is kept as simple as possible, thus missing a lot of
security
andusability
consideration. I'm not or suggesting you to neglect them. It's simply because the scope of this project does not encompass them (for now) to avoid difficulty in understanding.For example, Since we're handling authentication and user data, this aspect must be considered.
Sum up
There are many things missing, since I try to avoid being opinionated and prefer you to implement them yourself. Let's those be challenges to everyone.
Find issues with labels "Production readiness" labels and try it out.
The text was updated successfully, but these errors were encountered: