mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-22 23:21:05 +09:00
42bd9cd058
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