Backend is pretty much done
This commit is contained in:
parent
eebb8594de
commit
c8a6acd07d
4 changed files with 43 additions and 7 deletions
|
@ -15,6 +15,7 @@ struct Claims {
|
|||
exp: usize,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub struct UserWithToken {
|
||||
pub id: i32,
|
||||
pub username: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue