How to get next request pipeline in case of token success .
suppose i need to get data from action result get request by post man
i write on postman link as then select get then write on header
key : authorization
value :eeerrttyyyyy
when invalid access token then it will show message invalid token
if valid access token it will continue execution and get result from action
this is actually i need on next but cannot do it .
[HttpGet(Contracts.ApiRoutes.Security.GetUserMenus)]...
How to get data of action result getusermenu using middleware ?
suppose i need to get data from action result get request by post man
i write on postman link as then select get then write on header
key : authorization
value :eeerrttyyyyy
when invalid access token then it will show message invalid token
if valid access token it will continue execution and get result from action
this is actually i need on next but cannot do it .
[HttpGet(Contracts.ApiRoutes.Security.GetUserMenus)]...
How to get data of action result getusermenu using middleware ?