Home / Companies / PropelAuth / Blog / March 2026

March 2026 Summaries

6 posts from PropelAuth

Filter
Month: Year:
Post Summaries Back to Blog
Choosing an appropriate tech stack is crucial for balancing initial speed with long-term scalability, particularly in B2B product development. This article outlines a tech stack that can quickly launch a simple ticket management system and adapt to growing requirements without significant code changes. The stack includes MongoDB for a flexible and feature-rich database, Hono for the backend with first-class support for typed routes, PropelAuth for seamless user authentication, and React with Vite for a fast and stable frontend. The use of TanStack Query and TanStack Router ensures data consistency and type safety across the application. With this setup, developers can easily implement features such as full text search, multi-tenancy, and enterprise SSO, leveraging built-in capabilities of the chosen tools. The stack is designed to minimize the need for rearchitecting as new requirements emerge, maintaining a consistent and efficient development pipeline.
Mar 31, 2026 6,733 words in the original blog post.
The impersonation feature with the "By Request" setting allows users to submit requests to impersonate a customer, which are then reviewed by an approver, granting access to the customer's session once approved. Previously challenging to manage, the process is now streamlined with the introduction of the My Impersonatable Users table, providing a centralized location to track approved impersonations, pending approvals, and expiration of access, eliminating the need to search through multiple sources. This feature offers the benefit of viewing products from a customer’s perspective, facilitating faster resolution of issues, whether for debugging, support, or demos, and can be accessed through the User Impersonation section of the dashboard. Users are encouraged to explore this feature for its efficiency advantages, with support available via email for any inquiries.
Mar 24, 2026 206 words in the original blog post.
PropelAuth has introduced an Insights tab in the API Keys section of its dashboard, designed to enhance user experience by providing an overview of API key usage without requiring additional configuration. This feature ranks the top API key consumers by usage, allowing users to group data by organization, user, or individual key, thus making it easier to identify heavy API users, pinpoint key drivers of an organization's API consumption, and track keys that are rapidly depleting quotas. The Insights tab complements PropelAuth's existing API key management tools, which include personal and organization-scoped keys, expiration controls, rate limiting, key import for migrations, and options for archiving or deleting keys. This new addition aims to streamline the process of monitoring API usage and is now available for users to explore.
Mar 18, 2026 228 words in the original blog post.
Recent developments in the React ecosystem have introduced TanStack Query and TanStack Router as key tools for managing routing and data fetching, replacing the previously complex useEffect chains. TanStack Router offers a type-safe, client-side routing library with features like search parameters, nested layouts, and route-level data loading, while TanStack Query efficiently handles data-fetching and server-state management through caching and async data synchronization. By integrating these tools, developers can achieve a streamlined, type-safe codebase with improved user experience due to reduced redundant network requests. The guide discusses incorporating authentication using PropelAuth, ensuring that user authentication states and access tokens are adequately managed within the routing context. This integration involves setting up an AuthProvider at the application level and handling potential race conditions by delaying router initialization until authentication is confirmed. By leveraging these tools, data can be preloaded at the routing phase, ensuring secure and efficient data fetching without relying on useEffect, and paving the way for further enhancements such as role-based access control and route-level redirects for unauthenticated users.
Mar 12, 2026 1,430 words in the original blog post.
PropelAuth's Integration MCP server, combined with the shadcn component registry and AI tools, offers developers the ability to create custom login and signup pages by replacing hosted authentication pages with unique, project-specific designs. The MCP server facilitates quick setup and integration with AI agents like Claude Desktop, allowing developers to design custom user interfaces that accommodate various login methods such as email, password, magic links, and Enterprise SSO. By using pre-built components from the shadcn registry, developers can efficiently manage different user authentication states, including email confirmation and multi-factor authentication, without involving AI unless needed for styling adjustments. This approach enables rapid development of secure, personalized authentication experiences that remain robust despite any unconventional UI choices.
Mar 05, 2026 1,489 words in the original blog post.
PropelAuth has introduced a password rotation policy feature for organizations, allowing users to change their passwords after a set number of days and ensuring the new password differs from a specified number of previous passwords. Despite being fully customizable and opt-in, the company advises against its use due to evidence that periodic password changes often lead to predictable patterns rather than stronger security. This is supported by research from UNC Chapel Hill and updated NIST guidelines, which recommend against forced periodic changes, suggesting instead the use of longer passwords, password managers, and multifactor authentication. However, PropelAuth developed the feature to accommodate customers in industries with outdated security policies, emphasizing that it should only be used if absolutely necessary, as policy changes in large organizations can be slow and complex.
Mar 02, 2026 753 words in the original blog post.