Sanya Dodaansible-config-management.hashnode.dev·16 hours agoHow to Set Up Passwordless Authentication in AnsibleWhy Password-less Authentication? In Ansible, password-less authentication simplifies automation by eliminating the need to repeatedly input passwords when managing multiple servers. Once set up, it allows you to: Automate tasks across servers witho...ansible
Sarvesh Bajajsarveshbajaj.hashnode.dev·Dec 23, 2024Mastering Session Management: Enhancing Authentication SecurityContinuing with the authentication series, let’s dive deeper into Session Management in applications.Sessions play a crucial role in maintaining user identity across multiple interactions within an application. Sessions provide statefulness to web ap...authentication
Emmanuel Isenahblog.emmanuelisenah.com·Dec 22, 2024Password Composition Policies Are Bad and Here's WhyPasswords are the most widely used form of authentication on the internet. And unless you're Nelson Dellis—a six-time USA Memory Champion—most of us tend to pick the easiest passwords we can remember when creating one. I must admit, I've never been a...89 readspasswords
Mohammed Shakeelmaster-webdevelopment.hashnode.dev·Dec 21, 2024User Authentication Level 5:In this guide, we'll explore Level 5 User Authentication, integrating local authentication (email and password) with Google OAuth. This implementation leverages industry standards to secure user data while offering seamless login options. Key Feature...OAuth2
Gurjeet Singh Virdeegurjeet.hashnode.dev·Dec 20, 2024Day 6: Implementing User Authentication in AppwriteWelcome to Day 6 of our Appwrite series. Today we’ll explore implementing user authentication in Appwrite to secure our note-taking app. Introduction User authentication is a crucial aspect of any web application. It ensures that only authorized user...30 Days of AppwriteAppwrite
Lokesh Kumar Jhajhalokesh.hashnode.dev·Dec 20, 2024How to Build a Secure Authentication ServiceAuthentication is a cornerstone of modern applications, ensuring that user data and actions remain secure. In this blog, we dive into the authentication microservice for a real-time pizza ordering application. We will explore its design, functionalit...Node.js
Muhammad Adeelauthentication-explain.hashnode.dev·Dec 19, 2024Authentication and its typesLet's dive into the concept of authentication, breaking it down into simple terms so you can understand it thoroughly. Authentication plays a vital role in ensuring security, especially when working with applications that require user verification, s...1 likeauthentication
Mohammed Shakeelmaster-webdevelopment.hashnode.dev·Dec 19, 2024User Authentication Level 1Introduction In this blog, we will explore a simple user authentication system built using Node.js, Express, and PostgreSQL. This example demonstrates how to handle user registration and login functionality by interacting with a database. The Code Br...Node.js
Mohammed Shakeelmaster-webdevelopment.hashnode.dev·Dec 19, 2024User Authentication Level 3Introduction In modern web applications, user authentication is a critical feature to ensure secure access control. Passport.js, a popular Node.js middleware, simplifies user authentication by providing robust and flexible strategies. This blog delve...authentication
Adejoh Ojochenemi Sundayadejohos.hashnode.dev·Dec 18, 2024Authentication & User Management Methods in Next.jsIntroduction Next.js is a React-based framework designed to enhance web development by simplifying the creation of fast, scalable, and SEO-friendly web applications. Developed by Vercel, Next.js has become a popular choice for building modern web app...1 likeNext.js