feat(api): add internal auth

This commit is contained in:
alyssa 2025-08-08 20:57:38 +00:00 committed by Iris System
parent 18bdd78b67
commit 853df5aae9
3 changed files with 30 additions and 3 deletions

View file

@ -128,6 +128,9 @@ pub struct PKConfig {
#[serde(default)]
pub sentry_url: Option<String>,
#[serde(default)]
pub internal_auth: Option<String>,
}
impl PKConfig {