上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 400 下一页
摘要: // C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\7.0.5\Microsoft.AspNetCore.Authentication.dll// Microsoft.AspNetCore.Authentication, Versio 阅读全文
posted @ 2023-07-21 17:57 ChuckLu 阅读(86) 评论(0) 推荐(0)
摘要: Answer from ChatGPT OpenID and OAuth are related but distinct protocols that serve different purposes in the context of web authentication and authori 阅读全文
posted @ 2023-07-20 15:50 ChuckLu 阅读(110) 评论(0) 推荐(0)
摘要: C:\Users\clu\.nuget\packages\microsoft.identity.web\2.9.0\lib\netcoreapp3.1\Microsoft.Identity.Web.dll [assembly: AssemblyFileVersion("2.9.0.0")][asse 阅读全文
posted @ 2023-07-20 15:01 ChuckLu 阅读(136) 评论(0) 推荐(0)
摘要: Visual Studio IDE 2022 - how to disable navigation to decompiled sources 阅读全文
posted @ 2023-07-20 11:02 ChuckLu 阅读(29) 评论(0) 推荐(0)
摘要: OAuthHandler aspnetcore/src/Security/Authentication/MicrosoftAccount/src/MicrosoftAccountHandler.cs at main · dotnet/aspnetcore (github.com) aspnetcor 阅读全文
posted @ 2023-07-20 10:37 ChuckLu 阅读(73) 评论(0) 推荐(0)
摘要: Overview of ASP.NET Core authentication In this article Authentication concepts Authentication providers per tenant Additional resources By Mike Rouso 阅读全文
posted @ 2023-07-19 17:52 ChuckLu 阅读(57) 评论(0) 推荐(0)
摘要: 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 阅读(21) 评论(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 阅读(48) 评论(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:38 ChuckLu 阅读(34) 评论(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 阅读(54) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 400 下一页