#How to do Authorization in Prisma?
2 messages · Page 1 of 1 (latest)
Hi
This is not really the job of Prisma to do that. If you want to secure your NextJS Prisma App, you would need to make this intern to NextJS directly.
All depends what kind of auth you want to use, so can't really give you advice about that