Home / Companies / Kinde / Blog / July 2025

July 2025 Summaries

2 posts from Kinde

Filter
Month: Year:
Post Summaries Back to Blog
Ensuring the availability of online services is crucial for businesses that depend on them, as they are vulnerable to denial of service (DoS) and distributed denial of service (DDoS) attacks aimed at disrupting operations. These attacks can overwhelm services, whether from a single source in the case of DoS or multiple sources in a DDoS, making it difficult to distinguish between legitimate and malicious traffic. Effective defense strategies include a combination of techniques such as bot protection, caching, rate limiting based on IP addresses and fingerprints, and blocking known malicious IPs. Device fingerprinting, particularly JA3 and the more advanced JA4, plays a vital role in identifying and blocking attackers by analyzing connection metadata beyond just IP addresses. Rate limiting, while useful, must be carefully managed to avoid false positives, requiring thorough testing and monitoring. Integrating these methods offers a layered defense that enhances service availability and minimizes disruptions from malicious traffic.
Jul 21, 2025 1,327 words in the original blog post.
Access control is a critical aspect of developing secure and scalable software, and it is best addressed early in the development process, as retrofitting can lead to complex issues. This discussion focuses on four key types of access control: entitlements, permissions, roles, and feature flags, explaining their differences, usage, and interrelations. Entitlements are linked to billing plans and define what features a user can access, permissions dictate specific user actions, roles group these permissions for easier management, and feature flags allow temporary or conditional feature access. The text also highlights how the Kinde platform simplifies implementing these controls, using practical examples that demonstrate the seamless integration of entitlements, permissions, roles, and feature flags to enhance application security and functionality.
Jul 21, 2025 843 words in the original blog post.