update depenincy, add login and logout support

This commit is contained in:
2020-06-28 06:28:51 +08:00
parent d54b71badb
commit 3cbd8b7559
3 changed files with 28 additions and 12 deletions
+5 -1
View File
@@ -61,4 +61,8 @@ app.UseYYAuth();
```C#
#Startup.cs
app.UseYYException();
```
```
### TODO:
1. 增加HANGFIRE 支持redis和sqlite 存储, 支持 基于其他系统的TOKEN认证和独立账号密码认证