mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-29 20:17:48 +00:00
Add gRPC service definitions for managing auth requests: AuthRegister to register interactive auth sessions and AuthApprove/AuthReject to approve or deny pending requests (used for SSH check mode). Updates #1850