Login API with JWT token Authentication in Asp .NET Core 6.0 Web API

Поділитися
Вставка
  • Опубліковано 10 гру 2024

КОМЕНТАРІ • 17

  • @aravindterli5718
    @aravindterli5718 Рік тому +8

    how did you get that jwt details

  • @MTJDeveloper
    @MTJDeveloper Рік тому +2

    where ypu have get JWT key ,issuer etc?? after installing nuget package

  • @MeenaVarun-dm9gm
    @MeenaVarun-dm9gm 11 місяців тому

    What is the difference between useAuthentication and UseAuthorization , why Authorization is placed first in the configure?

  • @nelsonrivers8546
    @nelsonrivers8546 7 місяців тому

    Thank you again, but can you re-record this at 720 DPI at least ? It is blurry again.

  • @jaidakhatoon1054
    @jaidakhatoon1054 Рік тому

    What you have written in productdata context

    • @BiswaRanjan
      @BiswaRanjan  Рік тому

      Please check the video description you can download the source code.
      Stay tune , keep me motivated❤

  • @rahmatfadhilah1143
    @rahmatfadhilah1143 9 місяців тому

    Thanks sir

  • @MSGOWRI
    @MSGOWRI 5 місяців тому

    Thank you

  • @MrShahidalik
    @MrShahidalik 2 місяці тому

    You kept adding code, without explaining why such a bunch of code is needed. It would increase your reach and beginners would benefit. Not asking by line explanation, but what major bunch of code does, that would help a lot. However , thank you.

  • @souravdas-rk4xd
    @souravdas-rk4xd Рік тому +2

    ama odiya bhai

    • @BiswaRanjan
      @BiswaRanjan  Рік тому +2

      Han Bhai. Aame Odiya bhaari badhia.

  • @swapnilsonawane7472
    @swapnilsonawane7472 Рік тому +1

    thanks for video

  • @angel15880
    @angel15880 8 місяців тому +1

    In completed Video. Not worth watching,

  • @umarhabib701
    @umarhabib701 Рік тому +1

    itna laanati accent hai ke dekhne ka dil nahi karta apki videos

    • @BiswaRanjan
      @BiswaRanjan  Рік тому

      Abhi k liye Maaf karna Bhai, trying to rectify these mistakes, thanks for the suggestion.
      Please keep watching and keep me encouraging.

  • @Shivansh-z3z
    @Shivansh-z3z Рік тому +1

    how did you get the JWT key?

    • @BiswaRanjan
      @BiswaRanjan  Рік тому

      Hi Friend,
      issuer audience signing key (jwt key), it your choice to create your own strong key.
      JWTs are used as a secure way to authenticate users and share information. Typically, a private key, or secret, is used by the issuer to sign the JWT.
      You can create your own key.