Releases: workos/authkit-nextjs
Releases · workos/authkit-nextjs
v0.5.1
v0.5.0
What's Changed
- Support automatically pushing releases to NPM by @jasonroelofs in #21
- Fix cookies not setting on Safari on localhost by @benoitgrelard in #25
- Add sign up URL method by @PaulAsjes in #23
- Added getSignUpUrl example by @PaulAsjes in #26
- Add auth middleware mode by @PaulAsjes in #29
- Bump version to v0.5.0 by @PaulAsjes in #32
New Contributors
- @jasonroelofs made their first contribution in #21
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
What's Changed
- Fix
returnPathname
on hard navigation by @benoitgrelard in #15 - Improve
getUser
+middleware
DX by @benoitgrelard in #16
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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
- 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
v0.3.0
v0.2.0
v0.1.0
Initial release 🎉
Full Changelog: https://github.com/workos/authkit-nextjs/commits/v0.1.0