chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 登入
|
||||
|
||||
## 畫面檔
|
||||
* LoginForm.cs
|
||||
|
||||
## 後端服務
|
||||
* Services/LoginService
|
||||
* 登入服務
|
||||
* Login, LoginAsync:登入
|
||||
* Logout:登出
|
||||
* CheckSession,CheckSessionAsync:檢查 Session,可當作發送心跳信號來使用
|
||||
|
||||
## 技術規格
|
||||
* 呼叫後端服務使用 HttpClient,不要使用服務參考
|
||||
* 登入成功之後要把 Session 相關資料
|
||||
|
||||
Reference in New Issue
Block a user