I need to remove cookie authentication and implement jwt authentication in identity server in dot-net-core.
I want to have identity server which uses jwt authentication, and the problem is in frontend part, which doesn’t set token in header and doesn’t get it from backend. And when use swagger, I get token from backend.
I have used some example from course, however when I remove cookie authentication it all breaks down.
New contributor
Jelena Nikolic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.