nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast

Home Page:https://kirimase.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Zenstack

andrictham opened this issue · comments

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

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.

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