[Beginner Questions] Security Practices on Web Application.
What are the best practices for writing a secure application?
What are considerations to make a website secure?
Learn security best practices
Hi all, I have a question.
I am a GDPR (privacy law) consultant and quit my job to work for an animal rescue facility.
I am now also helping this facility manage their GDPR stuff. I figured I’d design a web app specifically for this niche to help them manage their GDPR compliance.
All functionalities are implemented, but I am not a developer and I am trying to learn best practices for web app security and must-have features (from a super admin / management perspective).
It has MFA, I can manage user accounts from my super admin panel (freeze and delete), and users get a randomized password sent to them by email upon subscribing to my app to access their personal dashboard. Also test and live environment are physically separated (different servers).
What kind of security features or development best practices are there that I absolutely need?
App is built in laravel by 2 developers that have worked on past smaller projects.
XSS should be covered because they talked about that.
But what else? I’m trying to recommend my developers as much features as possible so my clients work in a secure environment.
If you guys need any info please ask. Thanks in advance!!
Hi, I'm very new to web applications and I'm still learning.
I have built some web apps for my personal usage on a VPS and the back-end is n8n (automation via API & webhooks). I know it's not ideal but for my personal use, it's enough.
My question is what are some common security practices I should implement so I can secure my web app better? I am aware this is a big topic and we might not be able to cover everything but I think I should get some fundamentals done at least.
Thank you!