Is there away to apply blanket security/privacy measures to all the api endpoints in the builder or do authentications and preconditions have to be added to each endpoint manually?
I want each point to authenticate a user token and referer address, and then only allow access to data that belongs to them. Hopefully I don't have to do it one by one.