Hello, can someone explain to me why do I need the...
# orm-help
i
Hello, can someone explain to me why do I need the prisma authentication? Why should I configure the
secret
? As I see it, I want to disable the access to the general prisma service (the one with all the data access), and allow access only to my filtered service. If I set the secret and set it (or pass it) to the client, anyone can use it later, it doesn't solve any authentication issue