mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-18 08:49:54 +00:00
6 lines
267 B
Go
6 lines
267 B
Go
package common
|
|
|
|
// StaticApiKeyUserID is the fixed ID of the synthetic admin user that the static API key authenticates as
|
|
// It is excluded from real-user counts such as the initial-admin-setup check
|
|
const StaticApiKeyUserID = "00000000-0000-0000-0000-000000000000"
|