/magic-link-test

A small app testing out passwordless authentication with Magic Link

Primary LanguageTypeScript

Magic Link Test App

Simple application for testing out the magic link, passwordless authentication workflow using Magic Link

Quick Start Instructions

$ git clone https://github.com/nozma-knows/magic-link-test.git
$ cd example-nextjs
$ mv .env.local.example .env.local // enter your Magic API keys in your env variables
$ yarn install
$ yarn dev // starts app in http://localhost:3000

Open http://localhost:3000 with your browser to see the result.

Associated Blog Post