Tuesday 29 September 2020

What is the best way of using stored session and jwt on express server, but also token / session for .NET core, just like react web?

What is the best way of using stored session and jwt on express server, but also token / session for .NET core, just like react web?​Right now I can re-use the session when I do a request direct from web to express server, but lets say if I do a request to API which is .net core server and this .net core server wants to authorize and validate token with express, it can't seem to retrieve the session id that the express server generated.Does anyone know a solution for this?

Submitted September 29, 2020 at 10:43AM by exilen

No comments:

Post a Comment