feat: with zitadel login

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-05-28 15:05:16 +02:00
parent e991caef73
commit 1e38b2838c
7 changed files with 215 additions and 146 deletions

View File

@@ -10,3 +10,8 @@ pub struct UserDto {
pub username: String,
pub email: String,
}
#[derive(Serialize, Deserialize, Clone, Debug)]
pub struct User {
pub id: String,
}