Hello everyone, I wanted to ask if there is a poss...
# prisma-whats-new
p
Hello everyone, I wanted to ask if there is a possibility of restricting the all-query or setting a return limit of 1 for all queries (in BaS). The reason for my question is the fact, that I am developing an application, which relinquishes authentication in the usual way and heavily uses hashs for this purpose instead. This is one of the main features of my application, so there is no way around this. But I thought about the case, that someone looks in my bundle.js and extracts the API endpoint id from it. This person could possibly read out and also manipulate every dataset like this. But to be able to use this exploit with any sense, this person would need the urlhashes, or the associated ids first.