mirror of
https://github.com/juanfont/headscale.git
synced 2026-05-29 21:46:38 +09:00
dc0e52a960
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