Back to Changelog
Changelog
April 10th, 2024

AuthKit now works with Vue and Svelte

The AuthKit frontend component has historically only been compatible with React and Next.js.

Today, we've pushed upgrades that allows AuthKit to work out-of-the-box with almost all frontend frameworks, including React, Next.js, Vue, Svelte and more. The upgrades have been implemented while maintaining the inner workings of the component, so no changes are made from an implementation perspective (outside of a name change).

AuthKit is now housed under a new package name. To install the newly upgraded package, use AuthKit. The new command is now npm i @integrationos/authkit

Over the next few months, we will be deprecating the previous package. This package was originally housed under AuthKit-React and the original command npm i @integrationos/authkit-react