Skip to content

v0.4.0

Choose a tag to compare

@benoitgrelard benoitgrelard released this 28 Mar 14:18
· 256 commits to main since this release

Breaking changes

This release has a few breaking changes:

  • The package was renamed from @workos-inc/nextjs to @workos-inc/authkit-nextjs:
    • Update your package.json and imports
  • The callback route is imported/installed slightly differently:
    • Update your callback route file like so:
import { handleAuth } from "@workos-inc/authkit-nextjs";

export const GET = handleAuth();

What's Changed

Full Changelog: v0.3.0...v0.4.0