Aspnet Core MVC Version - 14.0.0 migrated from version 13.0 to 14.0
After migrating from version 13.0 to version 14.0 we are facing the following problem that did not occur previously:
We have our own MAUI application that uses the client project to communicate with the API (web.host project). In the application, we have a request to the API that updates claims to use custom context filters. After the migration, the claims are no longer updated; they are stuck in the data that was assigned at Login (looking like some kind of cache that is not updated). In the Web application (MVC Project), the updates to the Claims using the same functions are reflected normally.
- Request from the mobile application to the API (Wen.Host Project):
4 Answer(s)
-
0
Hi @ricardo,
Could you share your project with [email protected]?
-
0
Hi @m.aliozkaya
sent.
-
0
-
0
hi,
sent.