2
How to keep my and my client's applications very secure?
(chat-to.dev)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
There are some good points in it but the list feels poorly written as it contains very general tips which feel like fluff to increase the article length like:
Or just wrong stuff like:
If you can trust someone, it's the server. You should validate data coming from the client on the server side.
Some things even contradict each other like
And
Assuming your app is an OAuth client, you have no say in how the identity provider identifies the user.
Good point, but even better than
is having the application source code read-only, ideally owned by another user to avoid the confused deputy problem.