Skip to content

Releases: workos/authkit-nextjs

v0.5.1

29 Apr 13:13
1d210d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

29 Apr 09:54
e7dbc0b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

28 Mar 18:29
c0385aa
Compare
Choose a tag to compare

Security

  • Prevents replaying stale sessions (#17)

v0.4.1

28 Mar 14:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 Mar 14:18
Compare
Choose a tag to compare

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

v0.3.0

28 Mar 14:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

28 Mar 14:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

28 Mar 14:16
Compare
Choose a tag to compare