C#C
C#16mo ago
Dex

Issue with verifying jwt toke in front end

So i am developing a full stack website and for authorization authentication i am using jwt token. Issue i am facing is that [Authorize] is not working. I am able to generate jwt token in session but i am unable to pass it ( i think). I tested the api using swagger. If i use swagger it works but in swagger i have to copy paste the token. I am having with imlpementing it in front end where it automatically takes the token which is generated.
Was this page helpful?