-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
Debbuged and found an issue why I cant test my api key.
With headscale v0.25.1 seems like it returns first 7 chars.
In get_api_key_info your code:
key_prefix = str(api_key[0:10])Please, check different versions of headscale or use another checking mehtod
Working version:
key_prefix = str(api_key[0:7])Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels