where ypu have get JWT key ,issuer etc?? after installing nuget package
@nelsonrivers85465 ай бұрын
Thank you again, but can you re-record this at 720 DPI at least ? It is blurry again.
@MeenaVarun-dm9gm10 ай бұрын
What is the difference between useAuthentication and UseAuthorization , why Authorization is placed first in the configure?
@aravindterli5718 Жыл бұрын
how did you get that jwt details
@MrShahidalikАй бұрын
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.
@rahmatfadhilah11438 ай бұрын
Thanks sir
@MSGOWRI4 ай бұрын
Thank you
@jaidakhatoon1054 Жыл бұрын
What you have written in productdata context
@BiswaRanjan Жыл бұрын
Please check the video description you can download the source code. Stay tune , keep me motivated❤
@swapnilsonawane7472 Жыл бұрын
thanks for video
@souravdas-rk4xd Жыл бұрын
ama odiya bhai
@BiswaRanjan Жыл бұрын
Han Bhai. Aame Odiya bhaari badhia.
@angel158807 ай бұрын
In completed Video. Not worth watching,
@umarhabib701 Жыл бұрын
itna laanati accent hai ke dekhne ka dil nahi karta apki videos
@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 Жыл бұрын
how did you get the JWT key?
@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.