mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-24 08:01:07 +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