mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-08 10:01:29 +08:00
调整为多租户模式
This commit is contained in:
@@ -2,6 +2,7 @@ using Infrastructure.Cache;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using OpenAuth.App.Interface;
|
||||
using System;
|
||||
using Infrastructure;
|
||||
using Microsoft.Extensions.Options;
|
||||
using OpenAuth.Repository.Domain;
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* 处理登录逻辑,验证客户段提交的账号密码,保存登录信息
|
||||
*/
|
||||
using System;
|
||||
using Infrastructure;
|
||||
using Infrastructure.Cache;
|
||||
using OpenAuth.Repository;
|
||||
using OpenAuth.Repository.Domain;
|
||||
|
||||
Reference in New Issue
Block a user