Closed osharper closed 7 years ago
Hi! Started to explore your library and have, probably, dumb architectural question.
We're using .net core server for authorization and REST API and node.js server for web socket communication (via socket.io).
Currently, PasswordFlow is used and auth part of the code is mostly same as in your sample
We're able to validate token in REST API endpoints on .Net core instance but we also want to use the same token for web sockets.
Is there a way to validate it on node.js server without making a request to .Net core instance?
Wrong repo for that issue. Moving it to openiddict-core
Hi! Started to explore your library and have, probably, dumb architectural question.
We're using .net core server for authorization and REST API and node.js server for web socket communication (via socket.io).
Currently, PasswordFlow is used and auth part of the code is mostly same as in your sample
We're able to validate token in REST API endpoints on .Net core instance but we also want to use the same token for web sockets.
Is there a way to validate it on node.js server without making a request to .Net core instance?