Add principal memberships to allow group accounts

This commit is contained in:
Lennart
2025-02-02 11:58:58 +01:00
parent 031d94c9d1
commit ccae96bb17
3 changed files with 26 additions and 4 deletions

View File

@@ -35,6 +35,10 @@ pub fn cmd_gen_config(_args: GenConfigArgs) -> anyhow::Result<()> {
app_tokens: vec![
"generate an app token hash with rustical pwhash --algorithm pbkdf2".to_owned(),
],
memberships: vec![
"Here you can specify other principals this principal should be a member of"
.to_owned(),
],
}],
}),
data_store: DataStoreConfig::Sqlite(SqliteDataStoreConfig {