Add insert_principal method to AuthenticationProvider

This commit is contained in:
Lennart
2025-04-13 15:29:43 +02:00
parent 63c16f411d
commit f132f9ccc8
3 changed files with 14 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ pub struct User {
#[serde(default)]
pub app_tokens: Vec<AppToken>,
#[serde(default)]
memberships: Vec<String>,
pub memberships: Vec<String>,
}
impl User {