Setup Help
I'm setting a turbo repo which has two apps admin and app both of them are next js. Should I also create an app called server which is a single auth instance with admin-user plugins and also organisation plugin or do the admin and app should have their own auth instance in the api folder. If I go with the server I will also be adding trpc which then will have adminProcedures (admin user) and protectedProductures(normal user). 
Please provide a better way to kickoff the project.
0 Replies