Answer the question
In order to leave comments, you need to log in
How to save the token in cookies with such an error?
Such an error in the browser console.
added in config
services.ConfigureApplicationCookie(options =>
{
options.Cookie.SameSite = SameSiteMode.Lax;
});
Answer the question
In order to leave comments, you need to log in
Is it necessary to change from http to https to solve the problem?
dotnet dev-certs https
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question