Summary
This release resolves #990, which occured in release 0.10.0. We improved the url calculation inside #992 to ensure that the configuration of the AuthJS providers lines up with configurations prior to 0.10.0. If you added any workarounds due to issues in 0.10.0, you should be able to revert these now.
What's Changed
- fix(#967): allow
signUp
endpoint to be disabled by @root5427 in #968 - feat(local): ⚡ only process signIn callback url when redirect true by @bitfactory-frank-spee in #979
- fix(#970): make redirect implementation match Nuxt's by @phoenix-ru in #985
- fix(#984): allow custom endpoint subpaths for authjs by @phoenix-ru in #986
- release: 0.10.1-alpha.1 by @zoey-kaiser in #987
- docs: fix update default value for enablePeriodically to false by @serhatunver in #993
- docs: fix typos in contributing guide by @serhatunver in #994
- Update quick-start.md by @kingakidi in #996
- fix(docs): typos in types.ts by @volkanakkus in #1003
- fix(#990): use a dedicated
host
calculation forauthjs
by @phoenix-ru in #992 - release: 0.10.1-alpha.2 by @zoey-kaiser in #1005
- release: 0.10.1 by @zoey-kaiser in #1008
New Contributors
- @root5427 made their first contribution in #968
- @serhatunver made their first contribution in #993
- @kingakidi made their first contribution in #996
- @volkanakkus made their first contribution in #1003
Full Changelog: 0.10.0...0.10.1