v1.0.0
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 anduseAuth
hook - Better DX around cookie password errors
- Composable middleware function
authkit
- SDK now has 100% test coverage
What's Changed
- Only redirect after refresh failure in middleware auth mode by @PaulAsjes in #155
- Add client side auth by @PaulAsjes in #147
- Add composable middleware by @PaulAsjes in #164
Breaking changes
getSession
has been deprecated and removed, instead use the newauthkit
composable middleware method to get session data within middleware.
Full Changelog: v0.17.2...v1.0.0