Relative Content

Tag Archive for .net-coreasp.net-identityidentityserver4.net-8.0

How to implement JWT authentication insted of cookie in dot-net-core-8?

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.