Pratiksha kadamlastoyster.hashnode.dev·Oct 16, 2024Flutter Passwordless AuthenticationWhat is Appwrite ? Appwrite is an end-to-end backend service aiming to simplify web and mobile app development similar to Firebase. As an open-source alternative, Appwrite allows hosting the backend yourself instead of relying on a vendor-controlled ...Flutter
Taiwo Ogunolaunicdev.hashnode.dev·Sep 6, 2024End-to-end Guide to building a Reliable Authentication System for a Startup MVP - Part 3In our journey of building an authentication system from scratch, we've explored a variety of methods to secure our applications. Today, we're diving into a trendy and user-friendly approach: Email Magic Link Sign-In. If you're new to this, don't wor...12 likes·49 readsEnd-to-end Guide to building a Reliable Authentication System for a Startup MVPmagic links
Taiwo Ogunolaunicdev.hashnode.dev·Aug 30, 2024End-to-end Guide to building a Reliable Authentication System for a Startup MVP - Part 1As a startup, you’re always racing against time. Speed is crucial—you need to build, launch, and iterate quickly. That’s why many startups opt to outsource their authentication systems to third-party providers like Auth0, Firebase, or Supabase. These...23 likes·88 readsEnd-to-end Guide to building a Reliable Authentication System for a Startup MVPfacebook oauth
Ákos Kőművesakoskm.com·May 31, 2024FeaturedHow to build a simple Magic-Link Sign-In with Next.js, Supabase, and SendgridAuthentication is no joke. When I first encountered the magic-link sign-in platforms, they blew me away with their simplicity and convenience. Let me explain. Most of you are already signed in to your email clients. Your email is probably tied to you...18 likes·1.7K readsNext.js
Nick Parsonsnickparsons.hashnode.dev·Dec 20, 2023Ultimate Guide to Magic Link AuthenticationData breaches and password overload have made companies and their users wary of using a traditional username/password authentication system. Companies know that handling user passwords is both technically challenging and costly, as it requires string...Next.js
Avi Flombaumcode.avi.nyc·Sep 2, 2023Building a Magic Login Link in RailsA popular feature in applications is the ability to request a magic link to your account's email address that will log you into the application without a password. I guess it's known as passwordless login or magic links. After adding the reset passwo...1 like·959 readsRuby on Rails
Samuelcodetree3.hashnode.dev·Aug 6, 2023Magic filesNormally, to determine the file type, we use the file command. The way it works is that it uses a file /etc/magic to determine the type of file. Now if you have a custom file type, and you want to determine if a file is of that type, a magic file can...Magic
Rodrigo Mansueliblog.mansueli.com·Aug 1, 2023Integrating Password + Email Sign-in for magic-link users with Supabase and PostgreSQLIn the realm of web development, the popularity of backend-as-a-service (BaaS) platforms has soared due to their convenience and time-saving abilities. One such platform that has garnered attention is Supabase, an open-source BaaS alternative. Supaba...433 readssupabase
Tejaswi Karasanitejaswikarasani.hashnode.dev·Jul 1, 2023PDF Passage - 1Password HackathonFirstly, this is my first hackathon experience as an individual participant. I really missed having my teammates on this fun ride pumped with a heavy adrenaline rush. Indeed it was a roller-coaster ride as I got a chance to participate in the #1Passw...52 likes·381 reads1password
FusionAuth teamfusionauth.hashnode.dev·Apr 7, 2023Adding magic links to your Next.js application using FusionAuthIn this guide, you’ll build a web application using Next.js that allows a user to sign up and then login using a magic link sent to their email address. The completed application will include a public page that allows users to either sign up or login...57 readsmagic links