Hi,
I'm using api-gateway graphql and I would like to setup auth on that -> https://docs.nestjs.com/graphql/federation
I've got guard like this -> https://codesandbox.io/s/azure-ad-nestjs-zykko?file=/src/azure-ad.guard.ts
However I'm not sure how could I apply this guard/strategy for api-gateway. Any ideas on how to do that?
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).