February 2019 Summaries
9 posts from FusionAuth
Filter
Month:
Year:
Post Summaries
Back to Blog
FusionAuth allows customization of its email templates to ensure consistent branding across customer interactions, with three default templates provided for common workflows like Forgot Password, Setup Password, and Verify Email. To use these templates, users must complete SMTP configuration and ensure URLs are publicly accessible, with the option to edit or delete templates within the FusionAuth dashboard. The Email Verification template can be customized by editing base information and modifying the HTML and text versions to reflect a public URL, with a preview feature available to review changes before saving. Localization options enable communication in users' preferred languages, enhancing user experience by allowing different languages for email content. Once all modifications are made, saving the changes finalizes the updates, and the process can be repeated for each template as needed. FusionAuth positions itself as a flexible and secure Customer Identity and Access Management solution offering a range of features for free.
Feb 28, 2019
886 words in the original blog post.
FusionAuth's recent load test demonstrated its impressive scalability by successfully registering 100 million users without any significant performance degradation, achieving a rate of about 400 new user registrations per second. Using a nearly decade-old system with basic hardware, the test results indicate that FusionAuth can handle massive user influxes, such as the entire under-18 population in the United States or the total user base of a popular game like Call of Duty, within a short timeframe. This performance assures potential clients that FusionAuth can support high-volume applications without encountering field issues, making it a robust Customer Identity and Access Management solution that offers flexible and secure features like registration, login, SSO, and MFA, free for unlimited users.
Feb 26, 2019
646 words in the original blog post.
FusionAuth has gained significant traction since its launch, with over 40,000 downloads from companies and developers on six continents in a short period. The solution is designed to deploy quickly, integrate seamlessly, and run anywhere on any platform, making it appealing to developers worldwide. Reviews from various sources, including enterprise security magazines and user experience award winners, highlight FusionAuth's flexibility, security, and value proposition. With 100% free unlimited users, FusionAuth has attracted a broad customer base, with comments from satisfied customers praising its features and cost savings.
Feb 25, 2019
355 words in the original blog post.
The tutorial provides a step-by-step guide on integrating FusionAuth with a Node.js application using Express. It covers installing and setting up FusionAuth, creating a user account, authenticating users, and registering new users. The integration allows users to log in, log out, and access their profile pages securely. The tutorial also discusses the use of JSON Web Tokens (JWT) for authentication and authorization.
Feb 19, 2019
2,154 words in the original blog post.
FusionAuth version 1.4 has been released, offering new features such as self-service registration for users to easily set up new accounts or register for new applications, a TypeScript client library to speed up development time for integrating FusionAuth with TypeScript applications, and an enhanced user login report that allows real-time reporting and narrowing of reports to specific users. The release also includes fixes and updates to address issues discovered by the community and QA testers, such as improved silent configuration mode, corrections to tenant deletion and MySQL 8.0.13 handling, and bug fixes related to social login providers and SSO sessions. FusionAuth continues to test and update its solution to provide a flexible and powerful identity and access management solution at an affordable price.
Feb 18, 2019
629 words in the original blog post.
FusionAuth offers a streamlined installation process for its identity management platform, which can be easily set up on various operating systems, including Linux, macOS, and Windows. The installation tutorial emphasizes a quick start using the Linux Fast Path method for development environments, while manual package installations are recommended for production settings, with the option to use Debian or RPM packages. The guide details downloading and installing FusionAuth components, specifically the FusionAuth application and search engine, utilizing tools like `wget` and `dpkg`, and highlights the flexibility of running FusionAuth on Docker or Kubernetes. After installation, configuration is completed through a browser interface, where users set up database connections and create an admin account. FusionAuth is marketed as a flexible, secure, and cost-effective Customer Identity and Access Management solution, providing various features such as registration, login, SSO, MFA, and user management for free.
Feb 14, 2019
866 words in the original blog post.
The text emphasizes the importance of ensuring GDPR compliance not only within one's own application but also with third-party data partners to avoid substantial risks. It highlights the necessity of maintaining data privacy throughout an application's lifecycle, involving all data controllers and processors. Key considerations include verifying the physical location of servers, understanding data pseudonymization, having protocols for data breach notifications, and complying with user rights regarding data access and erasure. For identity and access management solutions, questions about password constraints, password hashing methods, and system security are crucial. The text also advises developers to prioritize data privacy over business needs and suggests downloading a Developer’s Guide to the GDPR for more detailed insights into compliance and avoiding fines.
Feb 12, 2019
600 words in the original blog post.
FusionAuth is an identity technology designed to save developer time and effort, allowing for a simple installation process. It can be installed on various systems including Linux, macOS, Windows Server, and Windows 10, with minimal configuration requirements. The easiest way to get started is by using the Fast Path installation method, which downloads and unzips the packages in the current working directory. Alternatively, a manual installation using the ZIP package can be performed for specific versions or to understand the installation process. After downloading and installing FusionAuth, users complete the setup by opening their browser and following the prompts to create an admin account and configure the search engine. FusionAuth provides a flexible and secure Customer Identity and Access Management solution at an affordable price, offering various features such as registration, login, SSO, MFA, data search, social login, user management, and more, all for free with unlimited users.
Feb 07, 2019
786 words in the original blog post.
The FusionAuth Setup Wizard is a step-by-step process designed to simplify the setup of FusionAuth, allowing developers to quickly prepare their application for integration. The basic steps include creating an initial admin user, adding an application, and configuring an API key. Once these are complete, users can call the API and start managing users. The wizard provides detailed instructions and prompts users to accept the license agreement and configure SMTP server settings. After completing the setup process, users can access their FusionAuth instance and begin integrating it with their application.
Feb 05, 2019
1,003 words in the original blog post.