Open gerryge opened 2 years ago
I can't reproduce it, please check the request body in the network tab, I'm thinking maybe you've logged into the app and it's sending cookies
I can't reproduce it, please check the request body in the network tab, I'm thinking maybe you've logged into the app and it's sending cookies
You can try to login in then login out, you should reproduce it.
This is a problem with swagger UI: https://github.com/swagger-api/swagger-ui/issues/7203
We will fix it when the swagger UI supports the logout flow.
I think you have cookies from mvc application. Can you make sure you can access all endpoints after clearing all cookies?
@enisn Thank you for your reply. I have no UI actually, this is caused by the logout function doesn't clean the cookies.
Your ABP Framework version. 6.0.0-rc.3
Your User Interface type (Angular/MVC/React... etc.) if the issue is related to a specific UI NO UI
Your database provider(EF Core/MongoDB) EF Core
Steps needed to reproduce the problem.
The issue is that, I can access all endpints without login in.