上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 389 下一页
摘要: These are the list of external providers available to the application. https://github.com/davidfowl/TodoApi/blob/c209f6ae5c5f31f4808b0df85f358d4a572ea 阅读全文
posted @ 2023-07-18 17:41 ChuckLu 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Authentication With ASP.NET Core Identity、 Preparing the Authentication Environment in our Project The first thing, we are going to do is disable unau 阅读全文
posted @ 2023-07-13 14:48 ChuckLu 阅读(12) 评论(0) 推荐(0) 编辑
摘要: User Registration with ASP.NET Core Identity So basically, we have all the input fields from our model in this view. Of course, clicking the Create bu 阅读全文
posted @ 2023-07-13 14:39 ChuckLu 阅读(7) 评论(0) 推荐(0) 编辑
摘要: SELECT * FROM dbo.AspNetUsers --has data SELECT * FROM dbo.AspNetUserLogins SELECT * FROM dbo.AspNetUserRoles--has data SELECT * FROM dbo.AspNetUserTo 阅读全文
posted @ 2023-07-13 14:23 ChuckLu 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 应该是要参考这个 active-directory-aspnetcore-webapp-openidconnect-v2/1-WebApp-OIDC/1-1-MyOrg at master · Azure-Samples/active-directory-aspnetcore-webapp-open 阅读全文
posted @ 2023-07-12 16:42 ChuckLu 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 鹊踏枝·几日行云何处去 冯延巳〔五代 903年—960年 鹊踏枝也叫蝶恋花,词牌名 几日行云何处去?忘却归来,不道春将暮。百草千花寒食路,香车系在谁家树?泪眼倚楼频独语。双燕来时,陌上相逢否?撩乱春愁如柳絮,依依梦里无寻处。(依依 一作:悠悠) 玉漏迟·瓜泾度中秋夕赋 南宋 吴文英 生卒年1200年 阅读全文
posted @ 2023-07-11 13:13 ChuckLu 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 先安装Windows terminal 用Microsoft.WindowsTerminal_1.17.11461.0_8wekyb3d8bbwe.msixbundle安装 安装oh-my-posh Set-ExecutionPolicy Bypass -Scope Process -Force; 阅读全文
posted @ 2023-07-04 15:25 ChuckLu 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Loops should be simplified with "LINQ" expressions Why is this an issue? When a loop is filtering, selecting or aggregating, those functions can be ha 阅读全文
posted @ 2023-07-04 10:31 ChuckLu 阅读(98) 评论(0) 推荐(0) 编辑
摘要: dotnet\shared vs dotnet\packs\ref\ C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\6.0.16\Microsoft.AspNetCore.Identity.dllC:\Program Files\do 阅读全文
posted @ 2023-07-03 20:21 ChuckLu 阅读(11) 评论(0) 推荐(0) 编辑
摘要: PasswordSignInAsync https://github.com/dotnet/aspnetcore/blob/9da617793b3b387fd16bbc3e0ec06337569ca6ac/src/Identity/Core/src/SignInManager.cs#L336 /// 阅读全文
posted @ 2023-07-03 17:17 ChuckLu 阅读(32) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 389 下一页