jwt stuff works now

This commit is contained in:
Marko Korhonen 2020-04-02 20:07:03 +03:00
parent e24fa12251
commit 87cc8ac794
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
7 changed files with 285 additions and 2 deletions

View file

@ -15,3 +15,5 @@ dotenv = "0.15.0"
bcrypt = "0.6.2"
env_logger = "0.7.1"
r2d2 = "0.8.8"
crypto = "0.0.2"
jsonwebtoken = "7.1.0"