Bump @workos-inc/authkit-nextjs from 0.4.2 to 0.13.2
Bumps @workos-inc/authkit-nextjs from 0.4.2 to 0.13.2.
Release notes
Sourced from @workos-inc/authkit-nextjs's releases.
v0.13.2
What's Changed
- Update logging strategy by
@PaulAsjesin workos/authkit-nextjs#128Full Changelog: https://github.com/workos/authkit-nextjs/compare/v0.13.1...v0.13.2
v0.13.1
What's Changed
This adds a fallback to Response when NextResponse is not available in context, which can be the case with Next 13.
Full Changelog: https://github.com/workos/authkit-nextjs/compare/v0.13.0...v0.13.1
v0.13.0
What's Changed
- Update issue templates by
@PaulAsjesin workos/authkit-nextjs#105- Fix
signOutfor custom cookie domains by@KNWRin workos/authkit-nextjs#116- Next 15 compatibility by
@PaulAsjesin workos/authkit-nextjs#119New Contributors
@KNWRmade their first contribution in workos/authkit-nextjs#116Full Changelog: https://github.com/workos/authkit-nextjs/compare/v0.12.3...v0.13.0
v0.12.3
What's Changed
- Fix bug with redirect URI by
@PaulAsjesin workos/authkit-nextjs#108Full Changelog: https://github.com/workos/authkit-nextjs/compare/v0.12.2...v0.12.3
v0.12.2
What's Changed
- Only try to parse state if it's available by
@PaulAsjesin workos/authkit-nextjs#106Full Changelog: https://github.com/workos/authkit-nextjs/compare/v0.12.1...v0.12.2
v0.12.1
What's Changed
- Fix issue with redirectURI in middleware auth mode by
@PaulAsjesin workos/authkit-nextjs#102Full Changelog: https://github.com/workos/authkit-nextjs/compare/v0.12.0...v0.12.1
v0.12.0
What's Changed
- Fix some return types by
@PaulAsjesin workos/authkit-nextjs#100Full Changelog: https://github.com/workos/authkit-nextjs/compare/v0.11.2...v0.12.0
v0.11.2
What's Changed
- Allow undefined redirect uri by
@PaulAsjesin workos/authkit-nextjs#97
... (truncated)
Commits
15a3326Update logging strategy (#128)1468ef9Revert "Bump to v0.15.0 (#125)" (#126)d8a018fBump to v0.15.0 (#125)61e0b0dSupport Next 13 (#122)7b5324aNext 15 compatibility (#119)7fa52f5ThesignOutmethod in auth.ts does not delete cookies set with a custom dom...cdb0fabUpdate issue templates (#105)8673f47Fix bug with redirect URI (#108)37503f3Only try to parse state if it's available (#106)20aebf5Fix issue with redirectURI in middleware auth mode (#102)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by npm-workos, a new releaser for @workos-inc/authkit-nextjs since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.