(refactor) more clean architecture
This commit is contained in:
parent
0a45d6e139
commit
8a03bdee96
8 changed files with 278 additions and 53 deletions
|
|
@ -14,7 +14,7 @@ serde = { version = "1", features = ["derive"] }
|
|||
serde_json = "1.0"
|
||||
|
||||
|
||||
jsonwebtoken = "10.1"
|
||||
jsonwebtoken = { version = "10.1", features = ["aws_lc_rs"] }
|
||||
base64 = "0.22"
|
||||
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue