Skip to content

v1.0.0

Compare
Choose a tag to compare
@PaulAsjes PaulAsjes released this 13 Jan 16:06
· 16 commits to main since this release
2b269cc

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