Authentication works now

This commit is contained in:
Marko Korhonen 2020-04-10 12:46:39 +03:00
parent 7347151c95
commit d7d2fa5d9e
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
7 changed files with 90 additions and 166 deletions

View file

@ -18,7 +18,6 @@ r2d2 = "0.8.8"
crypto = "0.0.2"
jsonwebtoken = "7.1.0"
chrono = { version = "0.4.11", features = ["serde"] }
csrf = "0.3.1"
actix-cors = "0.2.0"
actix-identity = "0.2.1"
dotenv_codegen = "0.15.0"
futures = "0.3.4"