Crate passage_auth

Source
Expand description

This crate provides a library for working with Passage by 1Password, a modern passwordless authentication experience based on passkeys.

See Passage Authentication API.

Modules§

models

Structs§

Config
Passage

Enums§

ApiError
The Passage API returns an error enum that can contain various unique codes for each status code, along with an associated error message.
AuthError
The error type for possible authentication failures when validating a JWT.
PassageError