You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not an issue but rather an idea. You can send a request to auth service... Internal Graphql/http request are simple to implement but very expensive... Request-response TCP/HTTP/* @nestjs/microservice request from home service to auth service might be a better solution...
Or rather, abstract the authentication into a library whereby auth takes place from the library using TCP/HTTP/* request-response microservices request and the logic can be reused in other microservices requiring auth
The text was updated successfully, but these errors were encountered:
Not an issue but rather an idea. You can send a request to auth service... Internal Graphql/http request are simple to implement but very expensive... Request-response TCP/HTTP/* @nestjs/microservice request from home service to auth service might be a better solution...
Or rather, abstract the authentication into a library whereby auth takes place from the library using TCP/HTTP/* request-response microservices request and the logic can be reused in other microservices requiring auth
The text was updated successfully, but these errors were encountered: