Home / Companies / FusionAuth / Blog / August 2021

August 2021 Summaries

6 posts from FusionAuth

Filter
Month: Year:
Post Summaries Back to Blog
FusionAuth has announced the launch of its Advanced Threat Detection suite, designed to provide additional security for its users against identity-related cyber threats. The new feature is created with developers in mind, offering robust security features that can be easily implemented into apps and software without requiring coding. FusionAuth's Advanced Threat Detection includes IP Access Control Lists, Rate Limiting, Registration Locking by Domain, Expanded Webhook Events, CAPTCHA, Impossible Travel Calculations, and other security-enhancing features. These features are turn-key with minimal configuration and no coding required, providing developers with a complete solution for protecting against malicious logins or account takeovers. The announcement comes as identity theft complaints have increased significantly in the US, highlighting the need for organizations to protect customer data. FusionAuth's tools aim to help developers implement robust authentication and authorization mechanisms to safeguard their customers' information.
Aug 24, 2021 542 words in the original blog post.
The tutorial provides a comprehensive guide to setting up and utilizing the FusionAuth Python client library, aiming to help users create a functional Python application capable of retrieving user profile information. It covers the installation of FusionAuth, configuration of services, creation of applications and API keys, and the registration of users via the FusionAuth admin UI. Additionally, it details the setup of Python environments using PIP and venv, as well as installing the FusionAuth library. The tutorial walks through creating Python scripts to interact with FusionAuth, such as retrieving user data and registering new users to applications, while also offering troubleshooting tips for common errors. Finally, the tutorial emphasizes the flexibility and security of FusionAuth as a Customer Identity and Access Management solution.
Aug 23, 2021 3,519 words in the original blog post.
This tutorial provides a comprehensive guide to managing users in FusionAuth using the Python client library. It covers three key API calls: deactivate_user, reactivate_user, and delete_user, which allow developers to temporarily disable or permanently remove users from their application. The tutorial assumes that the reader already has a basic understanding of Python and has installed the necessary dependencies, including the FusionAuth Python client library. Throughout the tutorial, the author provides code examples and explanations for each API call, as well as tips for troubleshooting common errors that may occur during implementation. By following this guide, developers can gain control over user management in their applications and ensure compliance with data handling policies such as GDPR.
Aug 23, 2021 2,025 words in the original blog post.
FusionAuth has released version 1.30.0, featuring notable enhancements such as Advanced Threat Detection and a JWT Vending Machine, released on August 12, 2021. The Advanced Threat Detection offers enhanced cybersecurity measures, including customizable rate limiting, CAPTCHA integration, and location-aware security features, though it's exclusively available to enterprise users. The JWT Vending Machine allows for the creation of JWTs without corresponding users, useful for scenarios involving anonymous or prospective users. This update also introduces 38 new webhook events for improved app monitoring and integration, alongside various other improvements and bug fixes. The FusionAuth team encourages users to review the release notes and upgrade their systems accordingly, offering guidance for both self-hosted and cloud deployments.
Aug 18, 2021 986 words in the original blog post.
Michael Schramm, CTO of Tucan.ai, discusses how his Berlin-based startup is using FusionAuth to enhance their authentication processes. Tucan.ai aims to improve meeting productivity through automatic transcripts and summaries, allowing participants to focus on conversations rather than note-taking. Facing challenges with user management, the team transitioned from using passport.js to FusionAuth, which offers better security and reduced maintenance needs. They have customized their authentication flows, such as implementing passwordless logins via SendGrid, while facing challenges with social logins due to incompatibilities with CockroachDB. FusionAuth is deployed on Kubernetes with CockroachDB for data storage, chosen for its failover capabilities and scalability. Schramm notes that using FusionAuth has saved time and increased security, though he highlights a desire for improvements in handling custom HTTPS headers for CDN compatibility.
Aug 09, 2021 969 words in the original blog post.
In April 2021, Auth0, a major identity provider, experienced a significant outage, highlighting the vulnerability of relying on SaaS solutions. This incident is part of a broader trend where major cloud and SaaS providers face outages, prompting organizations to consider self-hosting as a potential solution for improved reliability. While self-hosting offers benefits like compliance, data ownership, and cost control, it also entails challenges such as operational demands and hidden costs. The decision between SaaS and self-hosting involves weighing factors like compliance requirements, data control, performance needs, and cost implications, which can vary based on an organization's size and industry. Although self-hosting allows for greater control and customization, it requires significant resources and expertise that not all organizations possess. As companies navigate these choices, they must also be aware of the legal implications and the potential for evolving deployment strategies, ensuring flexibility to switch between models if necessary.
Aug 05, 2021 2,157 words in the original blog post.