feat(E21-S1): ProviderEnrollment trait and EnrollSignal enum in linux-hello-core #31

Closed
opened 2026-07-29 12:14:12 +02:00 by elegos · 0 comments
Owner

Part of EPIC-21 (#24). See LLD: docs/lld/enrollment-session.md

What

Add the foundational types for EPIC-21 enrollment sessions:

  • EnrollSignal enum covering all progress signal variants (Step, PoseRequired, Frame, PoseCaptured, PoseRetry, Complete, Error)
  • EnrollSignalSender type alias
  • ProviderEnrollment async trait with enroll_session(session_id, username, signal_tx) -> Result<Vec<u8>, AuthError>
  • New DaemonEvent enrollment variants in linux-hello-daemon/src/state.rs

Files

  • crates/linux-hello-core/src/enroll.rs
  • crates/linux-hello-daemon/src/state.rs
Part of EPIC-21 (#24). See LLD: docs/lld/enrollment-session.md ## What Add the foundational types for EPIC-21 enrollment sessions: - `EnrollSignal` enum covering all progress signal variants (Step, PoseRequired, Frame, PoseCaptured, PoseRetry, Complete, Error) - `EnrollSignalSender` type alias - `ProviderEnrollment` async trait with `enroll_session(session_id, username, signal_tx) -> Result<Vec<u8>, AuthError>` - New `DaemonEvent` enrollment variants in `linux-hello-daemon/src/state.rs` ## Files - `crates/linux-hello-core/src/enroll.rs` - `crates/linux-hello-daemon/src/state.rs`
elegos added this to the Foundation project 2026-07-29 12:16:55 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
elegos/linux-hello#31
No description provided.