Deep Modakkeycloak-for-modern-applications.hashnode.dev·19 hours agoImplementation of Keycloak for Modern ApplicationsIn the digital era, robust identity and access management systems are crucial for secure applications. Keycloak stands out as an open-source solution that simplifies user authentication and authorization with enterprise-grade features. This blog dive...Discusskeycloak
Sudipta Pradhansudo-coder.hashnode.dev·20 hours agoGuide to Authentication with Access and Refresh Tokens in React/Next.jsIntroduction Before allowing access to a resource or service, authentication is the process of confirming a user's or system's identity. Making sure that only authorized users may engage with the system is the first and most important step in protect...Discuss·27 readsauthentication
Satvik Vemulapallianonbash.hashnode.dev·Dec 12, 2024Authentication BypassTASK 1 - Brief In this room, we will learn about different ways website authentication methods can be bypassed, defeated or broken. These vulnerabilities can be some of the most critical as it often ends in leaks of customers personal data. Start the...Discusssatvik
Vedant Sagolalegenai-blog.hashnode.dev·Dec 12, 2024Introduction to Clean Architecture for Flutter BeginnersUnderstanding clean architecture in a non-technical way? Clean architecture is like designing a well-organized kitchen where each section has a specific purpose and everything is neatly arranged to make cooking efficient and enjoyable. In the world o...DiscussFlutter
Madhav Maheshwariwhy-refresh-access-tokens-matter.hashnode.dev·Dec 12, 2024Why Refresh & Access Tokens Matter ?Why Refresh & Access Tokens Matter for Authentication and Authorization In today’s digital world, making sure users are who they say they are (authentication) and giving them the right permissions (authorization) is key to a secure web experience. Bu...Discusssecure authentication
Mahugnon DOUSSOtechmemoirsbyelsie.hashnode.dev·Dec 11, 2024Building a Smart To-Do List Manager with Python, MongoDB & Kivy (Part 2: Screen Creation with Kivy & User Authentication)Hello Tribe! Welcome to Part 2 of our To-Do app series. Last time, we went over the project workflow, the setup and we created our database! Today, I will walk you through the creation of screens and user authentication (registration & log in). Witho...DiscussBuilding a Smart To-Do List Manager with Python, MongoDB & KivyPython
Siso Ngqolosisisodev.hashnode.dev·Dec 10, 2024Universal Auth with Firebase and Expo RouterAuth is very important for any app these days. Folder setup install @react-native-firebase/app , @react-native-firebase/auth and firebase src/firebase/firebase.tsx import { Platform } from 'react-native'; import { getAuth, Auth, signInWithEmailAndP...DiscussExpo
caner demircicanerdemirciblog.hashnode.dev·Dec 10, 2024How to Set Up NextAuth.js with NextJS 14, App Router, and Typescript1.) Puth these in .env.local file NEXTAUTH_URL="http://localhost:3000" NEXTAUTH_SECRET="DwyqlAMSV********JhaUxW+RtnFuOpdB9LU=". GOOGLE_ID="********" GOOGLE_SECRET="********" GITHUB_ID="*******" GITHUB_SECRET="*******" 2.) Create src/app/api/auth/[…...DiscussNext.js
Kyle Leonardblacknerd.dev·Dec 9, 2024Building Custom Authentication: A Session and Cookie OverviewIntro What’s up folks, been a minute since my last post. As everyone and their mother knows the last couple of months have been pretty hectic in terms of things going on in the world. All the while, I’ve been head down on making moves within my compa...Discuss·33 readsauthentication
Francesco Di Donatodidof.hashnode.dev·Dec 6, 2024How to Use a Reverse Trie for Fast Disposable Email Domain DetectionRead the article on my website Use the Free Disposable Email Domain Detector Disposable emails can cause issues like fake signups and spam. The user grabs an address from one of thousands of temporary email generators and hands it over. Not even ...Discusswebdev