chore: 回滚,准备手写鉴权
This commit is contained in:
@@ -129,13 +129,6 @@ namespace Yi.Abp.Web
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
};
|
||||
})
|
||||
.AddQQ("QQ", options =>
|
||||
{
|
||||
options.ClientId = configuration["qq:client"];
|
||||
options.ClientSecret = configuration["qq:key"];
|
||||
options.CallbackPath = "/qq";
|
||||
|
||||
});
|
||||
|
||||
//授权
|
||||
|
||||
Reference in New Issue
Block a user