bump jwt lib

This commit is contained in:
mbecker20
2025-10-09 20:12:51 -07:00
parent bfa61058cd
commit de62732ac8
3 changed files with 52 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ use crate::helpers::random_string;
type ExchangeTokenMap = Mutex<HashMap<String, (JwtResponse, u128)>>;
#[derive(Serialize, Deserialize)]
#[derive(Serialize, Deserialize, Clone)]
pub struct JwtClaims {
pub id: String,
pub iat: u128,