backend: working auth
This commit is contained in:
parent
8c3becf843
commit
ab22d6d830
9 changed files with 172 additions and 10 deletions
|
@ -10,6 +10,7 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
||||
argon2 = "*"
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
version = "0.12.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue