Where do I add the authentication layer in nx mono repo.
I have two apps inside mono repo
- Nextjs
- Nestsjs
I am confused where should I add the auth layer using amplify and which one is recommended either adding it inside nextjs
or in nestjs
. I see both ways are possible