mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-10 01:48:18 +09:00
e759d9fc90
The re-registration fast-path skipped validation for a matching node key without checking expiry, so an expired node could re-auth with a spent key. Gate it on the node not being expired. Updates #3312