Shahriar Ghasempourforshahriaarrrshahriaarrr.hashnode.net·Apr 10, 2023Security tips that we must follow in djangoDjango is a popular web framework used by many developers to build secure and scalable web applications. While Django provides many security features out of the box, it's essential to follow some best practices to ensure the security of your web appl...Sadra Yahyapour and 1 other are discussing this2 people are discussing thisDiscuss·12 likes·551 readsDjango
Nouman RahmanforProgrammingFireprogrammingfire.hashnode.net·Dec 18, 2022Top 5 Common Web Application VulnerabilitiesWeb application attacks are involved in 26% of all breaches, and app security is a concern for enterprises. The size of a startup does not exempt it from cyber-attacks – that's because hackers constantly scan the internet looking for flaws. It takes ...Discuss·10 likes·390 readsWeb Development
Eyram AtakliforPiecing it Togethereyramatakli.hashnode.net·Nov 22, 2022User authentication with OpenID ConnectOpenID Connect (OIDC) is a popular authentication protocol that powers seamless sign-up/sign-in flows across many modern apps and websites. However, there is a ton of fragmented documentation regarding its usage online, which may easily bewilder and ...Discuss·8 likes·32 readsOpenID Connect
Sandeep KorrapatiforSandeep's Tech Blogphoenixdev.hashnode.net·Apr 23, 2023The OAuth 2.0 Odyssey: A Delightful Adventure into Web App SecurityIntroduction Ahoy, fellow explorers! Are you ready to embark on an epic journey through the fascinating world of OAuth 2.0? With this Hashnode blog post as your trusty compass, we'll navigate the vast ocean of this powerful authorization framework in...DiscussOAuth2
Nishi AjmeraforNishi Ajmera's blognishiajmera.hashnode.net·Apr 15, 2023CORS Explained: A Complete Guide to Cross-Origin Resource SharingCross-Origin Resource Sharing (CORS) is an essential feature that enables web applications to access resources from different domains. It is a security mechanism that allows the browser to share resources across multiple domains. In this blog post, w...Discuss·71 readsCode ChroniclesCORS
Dilli Raj TimalsinaforAll about "static" keyword in CS world .dillicoder.hashnode.net·Apr 15, 2023Web Security in Node.jsNode.js has become increasingly popular for building web applications, and with that popularity comes a greater need for web security. In this article, we will cover all the important aspects of web security in Node.js and provide tips and best pract...DiscussNode.js
Shua'ib OseniforShosenwales shosenwales.hashnode.net·Apr 15, 20235 Vulnerable applications to learn Web Application SecurityWeb application security is a critical aspect of modern-day technology, and it's essential for developers, security professionals, and anyone involved in building or maintaining web applications to understand the potential risks and vulnerabilities. ...DiscussWeb Development
Duke Andersonforduke014.hashnode.net·Apr 12, 2023The Importance of CSR DecoderCSR, or Certificate Signing Request, is a key component in the SSL/TLS certification process. A CSR decoder is a tool used to decode CSR information and extract important details from a CSR. In this article, we will delve deeper into the topic of CSR...DiscussSSL
Shahriar Ghasempourforshahriaarrrshahriaarrr.hashnode.net·Apr 10, 2023Security tips that we must follow in djangoDjango is a popular web framework used by many developers to build secure and scalable web applications. While Django provides many security features out of the box, it's essential to follow some best practices to ensure the security of your web appl...Sadra Yahyapour and 1 other are discussing this2 people are discussing thisDiscuss·12 likes·551 readsDjango
Edet AsuquoforEddy's Spaceeddy.hashnode.net·Apr 9, 2023API security in Node.js: Logging, Rate-limiting, and Hashing.Web security is critical for any web application and encompasses a wide range of issues. This article will discuss three important aspects of web security: logging, rate-limiting, and hashing. We'll look at how to put these features into an Express.j...Discuss·26 readswebsecurity
Stephen PaulforStephen Pauliamstepaul.hashnode.net·Apr 7, 2023Top 10 Vulnerabilities in Web SecurityIn our world today, web security is a critical concern for any web application. Web applications are susceptible to numerous security vulnerabilities that can compromise data and functionality. The Open Web Application Security Project (OWASP) lists ...Discusswebsecurity
Aditya Pandeyfor-adityapandey.hashnode.net·Apr 6, 2023Cross-Site Scripting (XSS) on Web ApplicationsCross-site scripting (XSS) is a type of security vulnerability that allows an attacker to inject malicious code into a website or web application, potentially compromising its users. XSS attacks are one of the most common types of security vulnerabil...DiscussXSS
Edet AsuquoforEddy's Spaceeddy.hashnode.net·Mar 18, 2023Mastering User Authentication: A Step-by-Step Guide to Using Google OAuth 2.0 in Node.js with Passport.jsIntroduction Are you tired of building user authentication systems from the ground up? Do you want to benefit from the power and security of OAuth 2.0 without having to write your own code? Look no further, because we'll show you how to use Google OA...Discuss·30 readsNode.js