1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-26 03:21:18 +00:00

Initial organizations functionality: Creating orgs and inviting users

This commit is contained in:
Daniel García 2018-04-24 22:01:55 +02:00
commit 4093bf92fe
14 changed files with 440 additions and 170 deletions

View file

@ -72,6 +72,10 @@ pub struct JWTClaims {
pub email: String,
pub email_verified: bool,
pub orgowner: Vec<String>,
pub orgadmin: Vec<String>,
pub orguser: Vec<String>,
// user security_stamp
pub sstamp: String,
// device uuid