Abstraxnabstraxn.hashnode.dev·Dec 20, 2024Secure Your Crypto Journey With Passkeys and Account AbstractionWhile the evolution of crypto wallets is remarkable, the UX/UI still disappoints as the onboarding process is extremely complicated, and users still need to rely upon intermediaries to access decentralized finance. To fix this problem Account abstrac...account abstraction providers
Bernard Ngandungandu.hashnode.dev·Sep 22, 2024Passkey Authentication Guide for SymfonyIntroduction Passkeys, also known as WebAuthn credentials, represent a modern approach to passwordless authentication. As an evolution in web security, they aim to replace traditional password-based logins by utilizing a combination of public-key cry...11 likes·1.6K readsSymfony
Arnaud Dagneliesblog.passwordless.id·Aug 13, 2024Passkeys / WebAuthn Library v2.0 is there! 🎉Hello folks, I'm pleased to announce the release of the v2.0 of my WebAuthn library! This library greatly simplifies the usage of passkeys by invoking the WebAuthn protocol more conveniently. It is open source, opinionated, dependency-free and minim...10 likes·362 reads#webauthn
Justin Crosbiepasskeyme.hashnode.dev·Jul 2, 2024Introduction to PasskeymeWhat is Passkeyme? Passkeyme is a SaaS platform that allows developers to easily integrate passkeys into their web or mobile applications. It provides a secure and user-friendly authentication alternative to traditional passwords. Why Use Passkeyme?...passkeys
Arnaud Dagneliesblog.passwordless.id·May 26, 2024Passkeys F.A.Q.The WebAuthn protocol is more than 200 pages long, it's complex and gets constantly tweaked. Moreover, the reality of browsers and authenticators have their own quirks and deviate from the official RFC. As such, all information on the web should be t...1 like·287 readspasskeys
Keith CaseyforPangea Blogpangea.cloud·May 13, 2024Do Passkeys Solve the Deployability Issue?I’ve lost count of how many RSA Tokens, Yubikeys, and the like I’ve collected, lost, misplaced, replaced, and cursed over the years. While they’re exceptionally secure, they’re a pain for both administrators to deploy and users to keep track of. Eith...709 readsauthentication
Pranav ShikarpurforPangea Blogpangea.cloud·May 10, 2024Add "Login with Passkeys" to your Next.js app in <2 mins (Page Router Mode)Passkeys, passkeys, passkeys! Everyone's talking about them. With Amazon rolling out passkeys last year and Google encouraging users to make them the default authentication method, it raises the question: How do I add them to my app? How do passkeys ...967 readsNext.js
Vanessa VillaforPangea Blogpangea.cloud·May 10, 2024Add "Login with Passkeys" to your Django appPasskeys, passkeys, passkeys! Everyone's talking about them. With Amazon rolling out passkeys last year and Google encouraging users to make them the default authentication method, it raises the question: How do I add them to my app? How do passkeys ...959 readsDjango
Ashutosh Bhadauriyaashutoshbhadauriya.hashnode.dev·Mar 26, 2024How to add Passkey Login to your Python Flask AppIf you're looking to add Passkey Login to your existing Python Flask app, you're in the right place! In this tutorial, we'll walk you through the step-by-step process, showing you how to use the Hanko Passkey API to make it happen. So, let's dive in ...Python
Ashutosh Bhadauriyaashutoshbhadauriya.hashnode.dev·Mar 26, 2024Adding Passkey Login to a Node.js ApplicationThis tutorial shows how you can add Passkey authentication to your existing Node.js application using Hanko Passkey API. Passkeys enable your users to authenticate without needing any passwords. It uses Touch ID or Face ID on the device, which makes ...Node.js