Releases: workos/authkit-nextjs
Releases · workos/authkit-nextjs
v1.3.0
v1.2.0
v1.1.0
v1.0.2
v1.0.1
What's Changed
- Add coana-guardrail and coana-analysis workflows by @marji-workos in #167
- Fix cookie bugs by @PaulAsjes in #171
New Contributors
- @marji-workos made their first contribution in #167
Full Changelog: v1.0.0...v1.0.1
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
v0.17.2
What's Changed
- fix: match type declaration dir in package.json with updated tsconfig.json by @abvthecity in #160
New Contributors
- @abvthecity made their first contribution in #160
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
- Better cookie error handling by @PaulAsjes in #153
- Exclude tests from build by @PaulAsjes in #159
Full Changelog: v0.17.0...v0.17.1