1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-01 16:33:56 +00:00

Use upstream jslib invite/registration workflow

This commit is contained in:
Nick Fox 2018-12-18 23:16:03 -05:00
parent 9479108fb7
commit 26bf7bc12f
No known key found for this signature in database
GPG key ID: 82719985805A7CA8
4 changed files with 34 additions and 16 deletions

View file

@ -120,6 +120,8 @@ pub struct InviteJWTClaims {
pub sub: String,
pub email: String,
pub org_id: String,
pub user_org_id: Option<String>,
}
///