Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 1.17 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.17 KB

Passage + Next.js Examples

This repository contains Next.js examples for different use cases with Passage.

What is Passage

Passage is a passwordless authentication system that leverages biometrics (with a fallback of magic links) to authenticate users on your websites or mobile applications. By leveraging the WebAuthn protocol from the FIDO Alliance, Passage can increase security and reduce end user friction.

Passage provides a full UI/UX login and registration in a web component that can be added to any application, as well as backend libraries in Python, Go, and Node.js to support user verification. To learn more visit our website.

Examples in This Repo

This repository contains two examples:

We have posted a blog entry describing how these demos can be built from scratch.