Asp.net – Why is my endpoint returning "401 not authorized" when i'm configuring everything correctly to authenticate the user?
I have a problem that when the user makes login and send his JWT token in the response when he try to access authorized endpoint it returns 401 always i don't know why he's not authenticated even if he has…