Home / Companies / Basis Theory / Blog / November 2022

November 2022 Summaries

3 posts from Basis Theory

Filter
Month: Year:
Post Summaries Back to Blog
A team adopted React to manage increasingly complex Auth0 Universal Login customizations after large vanilla HTML, CSS, and JavaScript templates became difficult to organize, test, maintain, and align with its TypeScript and Material UI-based frontend workflow. The approach separates sign-in, sign-up, and password-reset interfaces into React components, then uses an Auth0 context provider to initialize the auth0-js WebAuth client from Auth0-injected configuration and expose authentication, social login, registration, password reset, and view-state methods throughout the application. The React app is loaded through a minimal login.html module entry point, bundled into a static page with Parcel, and deployed to an Auth0 tenant using Auth0’s deployment CLI. This implementation enabled component and style reuse, reduced context switching, supported testing and hot reloading, simplified form structure, and improved the team’s ability to develop and maintain its login experience.
Nov 16, 2022 1,488 words in the original blog post.
Nacha’s ACH data-security rule, effective June 30, 2022, requires ACH originators, third-party service providers, and third-party senders processing at least 2 million annual ACH transactions to render stored account numbers unreadable, including both consumer and business accounts. The requirement applies to systems that retain account data for recurring payments, accounts payable and receivable, claims management, and related uses, while also requiring organizations to track where information is stored and who can access it. Nacha does not mandate a specific technical method, but identifies encryption and tokenization as approaches that can protect data at rest while preserving operational usability. Tokenization replaces sensitive account information with usable tokens, potentially simplifying recurring transactions, data searches, access controls, and encryption-key management. The discussion also notes that expanding privacy regulations, fraud risks, and consumer expectations may increase demand for protection of other sensitive data types, while Basis Theory presents its tokenization platform as a Nacha-approved option for helping organizations meet these requirements.
Nov 16, 2022 1,674 words in the original blog post.
Basis Theory introduced Access Rules to give organizations fine-grained control over token access by evaluating permissions and containers in priority order during API operations. Its new PCI Blueprint provides documentation, sample code, and an example application intended to help developers establish a PCI-compliant cardholder environment quickly while addressing nearly 95% of requirements for storing and using payment card data. Elements received upgrades including a private-beta Reveal feature that lets authorized users view sensitive information, such as virtual card or bank account numbers, without exposing the underlying data to an application, alongside alpha Android and iOS Elements for collecting data with styling and event controls comparable to web offerings. Additional updates improved regional redundancy and platform monitoring, added a VGS migration guide and form-urlencoded proxy support, fixed portal issues involving custom containers and private applications, updated the React library for React 18, and removed automatic uppercasing of Reactor configuration keys.
Nov 08, 2022 368 words in the original blog post.