Check if method requires authentication
static bool requiresAuth(String method) { return authenticatedMethods.contains(method); }