nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
2.37k stars 107 forks source link

[Feature Request] Zenstack #174

Open andrictham opened 3 months ago

andrictham commented 3 months ago

Is your feature request related to a problem? Please describe. Zenstack is an extension of Prisma for implementing authorization, that works with Next.js pages & app routers, and has documented integrations with Clerk and NextAuth, as well as tRPC.

Authorization is a missing piece in Kirimase, and adding Zenstack seems like an obvious choice given that it plays nice with the other pieces that are already supported by Kirimase.

It will also make bootstrapping a Zenstack project from create-t3-app easier, and authorization is also a missing piece in the T3 Stack.

Describe the solution you'd like Add Zenstack to Kirimase

Additional context

HamedMP commented 3 months ago

Hey @andrictham, have you tried adding Zenstack to a current Kirimase app?

I wonder if it's already compatible and what's missing. Since in the CLI, you can choose to create Model, View or Controller, there might be some options to integrate them more easily. I will explore it myself too.

alsherif-khalaf commented 3 months ago

Hey @andrictham, have you tried adding Zenstack to a current Kirimase app?

I wonder if it's already compatible and what's missing. Since in the CLI, you can choose to create Model, View or Controller, there might be some options to integrate them more easily. I will explore it myself too.

I will try too