Tag: nextjs
-
Implementing Magic Link Authentication with Auth.js and Deep Linking in an Expo Hybrid App
—
Authentication in hybrid applications can be tricky, especially when implementing magic links for a seamless login experience. In this post, I’ll walk through how I successfully set up authentication using Auth.js, deep linking, and Expo for my hybrid application. Overview The goal was to authenticate users via a magic link sent to their email, allowing…