aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/schema.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 6719722..4d2b442 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -34,7 +34,7 @@ pub fn create_database() -> Db {
34/// - `tha`: Transaction Hash, String (custom field) 34/// - `tha`: Transaction Hash, String (custom field)
35/// - `iat`: Issued At, Unix Time, epoch 35/// - `iat`: Issued At, Unix Time, epoch
36/// - `exp`: Expiration Time, epoch 36/// - `exp`: Expiration Time, epoch
37#[derive(Debug, Serialize, Deserialize)] 37#[derive(Debug, Serialize, Deserialize, PartialEq)]
38pub struct Claims { 38pub struct Claims {
39 pub tha: String, 39 pub tha: String,
40 pub iat: usize, 40 pub iat: usize,