.Net
How to set userid for the next request in my authentication / authorization middleware in my .NET App?
I have set up an authentcation middleware (JWT Token), which I want to set user id for the request in my controller. e.g. I want to get out the data for a specific person, I Read more…