Nikhil AkkiPronikhilakki.in·16 hours agoUnderstanding Authentication and Authorization in Software DevelopmentIntroduction In the intricate realm of software development, authentication and authorization play pivotal roles in securing digital landscapes. As gatekeepers of access, they define who gets in and what they can do once inside. This blog unravels th...Discussauthentication
FusionAuth teamforFusionAuth Blogfusionauth.hashnode.dev·Nov 17, 2023I Just Want Authentication To WorkAuthentication is the process of verifying the identity of a user or entity. It is a fundamental security measure that is used in a wide variety of applications, including web applications, mobile apps, and APIs. The thing is, as a developer with ove...Discussauthentication
FusionAuth teamforFusionAuth Blogfusionauth.hashnode.dev·Oct 16, 2023Authentication Workflows OverviewThe landscape of applications today is broad. Similarly, the methods of authentication used is similarly varied. This section covers some of the login and authentication workflows used by applications today. These examples use FusionAuth as the IdP (...Discussauthentication
Yousra Kamalyousraa.hashnode.dev·Aug 26, 2023Simplify Authentication in Next.js with NextAuth.jsAuthentication, the process of verifying user identities, forms the cornerstone of secure web applications. Yet, implementing authentication can be complex and time-consuming. That's where NextAuth.js comes in. NextAuth.js is a complete open-source a...Discuss·1 like·95 readsauthentication
Tarun SoniforGeekyAnts Tech Blogtechblog.geekyants.com·Jun 23, 2023From Passwords to Passkeys: Revolutionizing User AuthenticationPassword-dependent user authentication is becoming outdated. Passkeys are egging them out. Why is this happening? There is a mountain of reasons. But the major one distils down to the cumbersome nature of handling and managing passwords. The practice...Discuss·150 readsJavaScriptpasskeys
Tiago Rangel de Sousablog.tiagorangel.com·Mar 27, 2023Making a auth system in SECONDS with Authflow!Let's be honest, making secure authentication systems is HARD. Really hard. You need to think of security, compatibility, ease-of-use, and much more. It can take days, if not weeks, to develop an authentication system that meets all these requirement...Discuss·1 like·55 readsauthentication
Dhanraj Chavandc.hashnode.dev·Nov 26, 2022Simplified: Authentication & AuthorizationImagine 2 Scenarios ✨ Try to relate these scenarios with Authentication & Authorization. Scenario 1 Suppose you’re a student of XYZ University & studying any course. At the entrance of the University Campus, students are required to verify their iden...Discuss·35 readsSecurity
Avneesh Agarwalblog.avneesh.tech·Sep 7, 2022How to add web3 sign-in with thirdweb ✨Introduction Why use web3 sign-in? Sign-in with Ethereum allows you to securely log in using a wallet and verify the wallet on the backend! We are going to use Thirdweb Auth which uses the very popular JWT standard! JSON Web Token (JWT) is an open st...Discuss·35 likes·1.8K readsthirdweb
Nipun Vermanipun3120.hashnode.dev·May 21, 2022Authentication Using JSON Web TokensWhat Is Authentication? Authentication is a process or action of proving or showing something to be true, genuine, or valid. How it works? One of the most common and obvious ways of authenticating someone's identity is by a password. The database c...Discuss·41 likes·285 readsauthentication
Mohan Rajblog.zolomohan.com·Feb 8, 2022Email Password Authentication using Firebase in React NativeIn this tutorial, we will learn how to authenticate users with their email and password using Firebase's authentication module in a Non-Expo React Native application. To learn more about Firebase, refer to this link. Prerequisites The basics of React...Discuss·336 readsReact Native Firebase AuthenticationReact Native