ASP.NET Web API 8 Identity - full tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น • 14

  • @AzureFullstackDev
    @AzureFullstackDev  5 หลายเดือนก่อน +1

    Full Web API, Clean Architecture & CQRS on Azure course:
    fullstackdeveloper.tech/c/web-api-ca
    My complete Azure DevOps course:
    fullstackdeveloper.tech/c/complete-azure-devops

  • @EmmanuelBLONVIA
    @EmmanuelBLONVIA หลายเดือนก่อน +2

    1:15 Exemple project
    1:33 defining authentication
    2:36 categories of authenticaton
    3:07 2F authentication
    2:47 identity in a web API
    4:13 .NET Core Identity

  • @abdulmuminrashed3853
    @abdulmuminrashed3853 หลายเดือนก่อน +2

    If you have time to make another video that explains adding extra properties when the user registers as and using JWT with access token and refresh token

  • @OrcanTech
    @OrcanTech 2 หลายเดือนก่อน

    Thanks for this one. This is what I need.

  • @firlytaufikurohman6922
    @firlytaufikurohman6922 หลายเดือนก่อน

    Is there any other way to use identity without dependency injection identity inside domain layer?, i thought domain layer is the only layer who hasn't dependency injection

  • @Sayada
    @Sayada 4 หลายเดือนก่อน +1

    Is there a way that we can configure each api endpoint of identity ?

    • @AzureFullstackDev
      @AzureFullstackDev  4 หลายเดือนก่อน +1

      unfortunately it is not available, you have to implement your own endpoints that extend the built-in ones and on the client side call the built-in and your own endpoints accordingly

  • @Buutyful
    @Buutyful 3 หลายเดือนก่อน

    are you an angel?

  • @YassinAlHassany
    @YassinAlHassany 3 หลายเดือนก่อน

    Very nice tutorial. please the source code.

    • @AzureFullstackDev
      @AzureFullstackDev  3 หลายเดือนก่อน +1

      github.com/jakubkozera/Restaurants

  • @hasankab9022
    @hasankab9022 5 หลายเดือนก่อน

    you are the best