Can finish open id login

This commit is contained in:
2023-06-02 15:04:49 +02:00
parent 29c0247b4b
commit d54f9e4503
6 changed files with 150 additions and 4 deletions

View File

@ -22,4 +22,5 @@ redis = "0.23.0"
lettre = "0.10.4"
rand = "0.8.5"
bcrypt = "0.14.0"
light-openid = "1.0.1"
light-openid = "1.0.1"
thiserror = "1.0.40"