Это видео недоступно.
Сожалеем об этом.

.Net 8 API Role Based Authorization

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

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

  • @artemvolsh387
    @artemvolsh387 4 месяца назад +1

    Thanks, great content, easy to understand and follow!

  • @waynehawkins654
    @waynehawkins654 Месяц назад +1

    Nice. Love to see how to use JWT into this. I watch many videos and I always get a 404 not found. I sign in, and the API returns the JWT. I sigin into the API (top right) with Bearer {and token id}. And then try to access a Authorize http and bingo - I get 404 not 200 or 401. I'm going slowly crazy.

    • @scriptbytes
      @scriptbytes  Месяц назад

      That is a little weird. I'm not sure why you would get a 404.
      If you add [AllowAnonymous] to whichever endpoint you're calling (just for a quick test), does that change anything?

  • @don_kavindu_prabhashitha
    @don_kavindu_prabhashitha 3 месяца назад

    Thanks a lot, for Explaining it simply 🤩