v0.4.0
Breaking changes
This release has a few breaking changes:
- The package was renamed from
@workos-inc/nextjsto@workos-inc/authkit-nextjs:- Update your
package.jsonand imports
- Update your
- 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
- Add additional configuration to control the return pathname by @benoitgrelard in #9
- Rename package by @benoitgrelard in #12
Full Changelog: v0.3.0...v0.4.0