rustauth-passkey 0.3.0

Server-side passkey plugin for RustAuth.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

## [0.2.0] - 2026-06-14

Initial public working release.

### Added

- WebAuthn / passkey authentication plugin backed by `webauthn-rs`.
- `PasskeyOptions`, schema customization, and session-scoped credential selection.
- `test-util` feature for WebAuthn backend injection in tests.

[0.2.0]: https://github.com/salasebas/rustauth/releases/tag/v0.2.0