December 2024 Summaries
8 posts from PropelAuth
Filter
Month:
Year:
Post Summaries
Back to Blog
PropelAuth has announced support for Laravel, a widely-used open-source PHP web application framework that facilitates efficient web development with its comprehensive toolset for creating clean and scalable code. This integration aims to provide Laravel developers with seamless access to advanced authentication features, aligning with Laravel's philosophy of simplifying development processes. PropelAuth seeks to minimize the complexity involved in implementing authentication, thus enabling developers to focus on building applications without being bogged down by intricate details.
Dec 12, 2024
98 words in the original blog post.
PropelAuth has introduced a new CSV import feature that simplifies user onboarding, whether for full migrations with password hashes and two-factor authentication secrets or for creating multiple accounts quickly without coding. The company provides comprehensive migration guides to assist with transitioning from other authentication providers and offers support for developing customized migration plans via email.
Dec 06, 2024
86 words in the original blog post.
End-user audit logs provide customers with comprehensive insight into organizational activities, catering particularly to security-conscious clients who seek detailed oversight. By enabling this feature, organizations can monitor actions such as role changes and user modifications via PropelAuth hosted pages, with the option to export data in CSV or JSON formats. Administrators have the flexibility to adjust visibility settings, choosing which data to reveal, such as actions taken during impersonation or through the PropelAuth dashboard. This feature, available for production environments in the Growth+ plan, can be previewed in a test environment on any plan, and can be activated through the Organization Settings page in the dashboard.
Dec 05, 2024
163 words in the original blog post.
On the third day of Launch Week, an announcement was made about a significant update to email templates, focusing on enhancing both aesthetics and deliverability. The new templates aim to improve user trust and experience by ensuring emails are visually appealing and easy to understand, particularly for authentication-related communications like magic links and organization invites. Additionally, deliverability has been improved to prevent emails from being marked as spam, addressing the challenges posed by constantly evolving standards. These updates are designed to work effectively even with strict corporate email systems, and users can upgrade to the new templates via the PropelAuth dashboard while retaining the option to customize their transactional emails if desired.
Dec 04, 2024
212 words in the original blog post.
PropelAuth has released its Terraform provider from beta, allowing users to manage authentication infrastructure configurations with ease. This tool enables users to update, revert, and audit configuration changes using HCL, such as setting up passwordless logins and blocking specific email domains during signups. Existing projects can import current settings to visualize changes before deployment. The new Terraform provider is accessible via the PropelAuth dashboard, with full documentation available for users, and the release is a result of valuable feedback from testers.
Dec 03, 2024
167 words in the original blog post.
This guide outlines the process of building a server-side rendered application using Next.js 13, PropelAuth, and Supabase, focusing on managing users and organizations. It begins with setting up a PropelAuth project to handle authentication instead of the default Supabase options and then moves on to creating a Supabase project with at least one table, requiring specific configurations like a "user_id" column of "uuid" type. The Next.js application is created and configured with the @propelauth/nextjs library, and environment variables are set up for authentication and database connection. Routes are established to handle authentication requests, and an AuthProvider is added to the application. A Supabase client is set up to use user information from PropelAuth, allowing for secure data fetching with row-level security (RLS) policies to ensure users access only their own data. The guide also touches on PropelAuth's capabilities for enabling B2B authentication features like organizations and role-based access control, providing flexibility in referencing organizations within the application.
Dec 02, 2024
1,418 words in the original blog post.
In this guide, the process of building a Next.js application integrated with PropelAuth and Supabase is detailed, focusing on managing users and organizations. The guide begins with setting up PropelAuth for authentication by creating a project and configuring authentication methods, followed by establishing a Supabase project with a database table. It outlines the steps to create and configure a Next.js application, including the installation of necessary libraries and environment variables. The guide explains setting up routes and middleware for authentication, creating a Supabase client to use user information from PropelAuth, and implementing row-level security (RLS) to ensure data access control. Additionally, it discusses the use of PropelAuth for enabling B2B authentication features like organizations and role-based access control, explaining how to manage organizational data within Supabase. The guide emphasizes the ease of implementing authentication features without the need for custom UI development, offering a streamlined approach to building authentication frameworks in applications.
Dec 02, 2024
1,417 words in the original blog post.
An upgrade to the popular User Impersonation feature has been announced, introducing impersonation approval flows for companies on the Growth+ plan. This new feature adds an extra layer of access protection by requiring employees to submit a request that must be explicitly approved before they can impersonate a user, including specifying the duration of access needed. This enhancement is designed to facilitate debugging issues and running in-app sales demos while maintaining control over access, making it ideal for teams looking to expand impersonation access responsibly and securely.
Dec 02, 2024
172 words in the original blog post.