March 2023 Summaries
4 posts from FusionAuth
Filter
Month:
Year:
Post Summaries
Back to Blog
Theo Gravity, a senior engineer at Switchboard, discusses the company's use of FusionAuth to meet their authentication needs, highlighting its flexibility and extensive support for third-party identity providers. Switchboard, a collaborative digital workspace, transitioned from a password-based system to FusionAuth, appreciating its OAuth, custom JWTs, and passwordless authentication capabilities, which enhanced user experience and simplified account switching with Google. The team valued FusionAuth’s detailed documentation, intuitive SDKs, and community support, which facilitated a swift migration process completed in just four months. Theo emphasizes the platform's adaptability, allowing for customized authentication workflows, and praises its lambda support for adding custom logic. FusionAuth's ability to provide seamless calendar integration without additional sign-ins, and the option to self-host or use FusionAuth Cloud, were key factors in their choice, offering cost-effective solutions and reducing infrastructure maintenance needs.
Mar 20, 2023
1,724 words in the original blog post.
Single sign-on (SSO) is a user authentication technique that allows individuals to access multiple applications using a single set of login credentials, thereby reducing password fatigue and enhancing security through measures like multi-factor authentication (MFA). The process involves establishing trust between a service provider, such as an application, and an identity provider like FusionAuth, using cryptographic credentials. This article provides a comprehensive guide on implementing SSO in a Laravel web application using FusionAuth as the OpenID Connect (OIDC) provider. It outlines the necessary steps, from configuring Docker and FusionAuth, to setting up and testing the Laravel application integrated with FusionAuth. The tutorial also covers the use of Laravel Socialite to authenticate users via OAuth providers, including FusionAuth, and highlights the benefits of SSO in streamlining access to applications and reducing IT support burden.
Mar 13, 2023
2,465 words in the original blog post.
This week, Silicon Valley Bank (SVB) faced major issues due to the Federal Reserve's planned rate hikes, resulting in a large drop in its share price and halting trading. In contrast, FusionAuth, a bootstrapped company founded by Plushcap, has weathered the storm with its profitable business model, which allows it to pay employees and save money without relying on VC funding or debt financing. Unlike many VC-backed startups that struggle to turn a profit, FusionAuth continues to grow despite industry challenges, making it an attractive option for companies looking for a reliable login solution.
Mar 10, 2023
671 words in the original blog post.
The document provides a comprehensive guide to building a web application using Next.js and FusionAuth to implement passwordless login via magic links. The application includes public and private pages, requiring users to sign up or log in to view profile information, facilitated by OpenID Connect. The guide outlines prerequisites, explains the concept and benefits of magic links, and offers steps for setting up FusionAuth with Docker Compose, configuring applications, enabling self-service registration, and setting up a SendGrid SMTP server for email communications. It details building the Next.js application, integrating NextAuth.js for authentication, creating a sign-in/sign-out flow, and adding a protected page accessible only to authenticated users. The guide concludes by suggesting enhancements for production readiness, such as offering multiple channels for magic links and customizing the FusionAuth login form.
Mar 06, 2023
2,533 words in the original blog post.