Skip to content

Releases: workos/authkit-nextjs

v1.3.0

29 Jan 20:58
cdfcad2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Jan 00:17
a5f2c07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Jan 22:23
332d405
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

15 Jan 16:36
b5db0de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

14 Jan 17:32
ce5f0a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Jan 16:06
2b269cc
Compare
Choose a tag to compare

v1 of authkit-nextjs 🎉

This release introduces some breaking changes, please read carefully before upgrading.

After a period of development, we're confident in this library's stability to release a v1!

New features

  • Client side auth via the AuthKitProvider component and useAuth hook
  • Better DX around cookie password errors
  • Composable middleware function authkit
  • SDK now has 100% test coverage

What's Changed

Breaking changes

  • getSession has been deprecated and removed, instead use the new authkit composable middleware method to get session data within middleware.

Full Changelog: v0.17.2...v1.0.0

v0.17.2

05 Jan 11:22
f959bd9
Compare
Choose a tag to compare

What's Changed

  • fix: match type declaration dir in package.json with updated tsconfig.json by @abvthecity in #160

New Contributors

Full Changelog: v0.17.1...v0.17.2

v0.17.1

02 Jan 14:09
0e7a20e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0

30 Dec 22:28
88a3b84
Compare
Choose a tag to compare

What's Changed

  • Move oauthTokens out of Session and make available via a new onSuccess option by @mthadley in #154

Full Changelog: v0.16.2...v0.17.0

v0.16.2

12 Dec 14:09
fff30f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.16.2