ASP.NET Core 8 WEB API Authentication With Identity & Bearer Token | ASP .NET Tutorials

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

Комментарии •

  • @tutorpraveen
    @tutorpraveen  8 месяцев назад

    Hope you have learnt something good today from this video. It takes lot of efforts to come up with videos like this. Would appreciate if you can like, share, comment on my videos and subscribe to my channel and thus help the channel to grow.

  • @rushas
    @rushas 8 месяцев назад +2

    Thanks for the video. I was expecting to see some permission/role-based access when I saw the "Authorization" in the video title. This is more of an Authentication, but still good content.

    • @tutorpraveen
      @tutorpraveen  8 месяцев назад

      Thanks for your comment. Authentication ensures whether a valid user is requesting a resource or not, whereas Authorization ensure the user requesting the resource has authorization to access that resource or not. A generic authorization is covered in this video. I will try to come up with a more specific role based authorization in another video.

  • @TechExpertse
    @TechExpertse 7 месяцев назад

    I want to add new data columns in Role data table and add use that extended table in api for addition, deletion and update of roles, how can i do that one .

  • @FebySamir
    @FebySamir 7 месяцев назад

    I used JWT to make api .I made two roles Users and Employee so all data inserted in AspNetUsers table in database .i want to make a relationship between users with role User and another table called Bill and make relationship between users with role Employee with another table called Branch how i can do this by using Code First

  • @nelsonrivers8546
    @nelsonrivers8546 5 месяцев назад +1

    Can you add a video that shows how to "Refresh Token" while using Identity in .NET 8 Web API ? Be much appreciated. Thanks in advance.

  • @JonatasAraujo-fz6fg
    @JonatasAraujo-fz6fg 6 месяцев назад

    Hey mate - Tanks for the video - I'm unable to find AddEntityFrameworkStores. Any idea why?

    • @tutorpraveen
      @tutorpraveen  6 месяцев назад

      Hi, you can download the source code from my patreon page and check. www.patreon.com/posts/asp-net-core-8-106138944