mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-08 14:07:46 +09:00
Add GetAPIKeyByID method to the state layer, delegating to the existing database layer function. This enables API key lookup by ID in addition to the existing prefix-based lookup. Updates #2986