Releases: sidebase/nuxt-auth
0.6.0-rc.0
What's Changed
- Adds default & example to token.maxAgeInSeconds by @bmhtech07 in #547
- fix: Do not block the login page in
globalMiddleware
by @zoey-kaiser in #543 - release: 0.6.0-rc.0 by @zoey-kaiser in #550
Full Changelog: 0.6.0-beta.7...0.6.0-rc.0
0.6.0-beta.7
This is one of the final beta releases, before we finally release version 0.6! It addresses some smaller issues still being reported about the next update and also includes some updates to our documentation.
What's Changed
- docs: Add resouce on how to integrate nuxt-security by @zoey-kaiser in #539
- globalAppMiddleware: true behaves the same as globalAppMiddleware: { isEnabled: true } by @Timbological in #528
- fix:
navigateTo
throws error on local provider by @zoey-kaiser in #540 - release: 0.6.0-beta.7 by @zoey-kaiser in #542
New Contributors
- @Timbological made their first contribution in #528
Full Changelog: 0.6.0-beta.6...0.6.0-beta.7
0.6.0-beta.6
What's Changed
- feat: protected route redirect overwrite per page by @LouisHaftmann in #424
- feat: getSession force refetch option by @LouisHaftmann in #425
- fix: Abort SSR rendering on redirect by @NielsJanssen in #438
- release: 0.6.0-beta.6 by @zoey-kaiser in #534
New Contributors
- @NielsJanssen made their first contribution in #438
Full Changelog: 0.6.0-beta.5...0.6.0-beta.6
0.6.0-beta.5
This is a small release, which fixes an issue with the session already being fetched during nitro prerender. This would cause issues in the application.
What's Changed
- lint: fix: Don't fetch session during nitro prerender by @genu in #521
- release: 0.6.0-beta.5 by @zoey-kaiser in #522
New Contributors
Full Changelog: 0.6.0-beta.4...0.6.0-beta.5
0.6.0-beta.4
What's Changed
- Update 4.custom-session-data.md by @asokr in #458
- docs(fix): dead links by @BracketJohn in #460
- Adds cookie sameSite attribute to config in Local provider by @bmhtech07 in #505
- release: 0.6.0-beta.4 by @zoey-kaiser in #511
New Contributors
- @asokr made their first contribution in #458
- @bmhtech07 made their first contribution in #505
Full Changelog: 0.6.0-beta.3...0.6.0-beta.4
0.6.0-beta.3
What's Changed
- fix: definePageMeta auth option type by @mlutsiuk in #398
- fix: Fixed Docus runnable locally, outside of
docs/
repo by @zoey-kaiser in #406 - hotfix: Fixed aisde level for 0.6 docs by @zoey-kaiser in #408
- docs: Made NextAuth Link to NextAuthHandler more visable by @zoey-kaiser in #440
- fix: accept boolean value for
globalAppMiddleware
option by @LouisHaftmann in #423 - Fix issue with getToken function and using raw: true in options. by @csprance in #434
- fix: runtimeConfig
auth
key access by @mlutsiuk in #414 - fix(docs): typo by @Hrdtr in #416
- release: 0.6.0-beta.3 by @BracketJohn in #459
New Contributors
- @LouisHaftmann made their first contribution in #423
- @csprance made their first contribution in #434
- @Hrdtr made their first contribution in #416
Full Changelog: 0.6.0-beta.2...0.6.0-beta.3
0.6.0-beta.2
What's Changed
- fix: runtimeConfig access 'auth' property on top level warning by @mlutsiuk in #381
- docs: improve v0.6 session acccess and management by @BracketJohn in #391
- fix: middleware, status was always 'loading', if no session was set by @Danielwinkelmann in #393
- release: 0.6.0-beta.2 by @BracketJohn in #394
Full Changelog: 0.6.0-beta.1...0.6.0-beta.2
0.6.0-beta.1
What's Changed
- Fix mispellings of "immediately". by @KyleSmith0905 in #377
- Make HTTP vs HTTPS port default clear by @drusellers in #353
- fix: #356 - Extend/change local signIn credentials type by @Danielwinkelmann in #375
- fix: Improve typing of sessiondata by @Danielwinkelmann in #376
- fix: Autocomplete for 'auth' middleware in definePageMeta by @mlutsiuk in #379
- release: 0.6.0-beta.1 by @BracketJohn in #380
New Contributors
- @KyleSmith0905 made their first contribution in #377
- @drusellers made their first contribution in #353
- @Danielwinkelmann made their first contribution in #375
- @mlutsiuk made their first contribution in #379
Full Changelog: 0.6.0-beta.0...0.6.0-beta.1
0.6.0-beta.0
What's Changed
- avoided calling getSession endpoint when token is absent by @tnt-freskim-veliu in #355
- fix: await for the joinPathToApiURLWN of signinUrl on authjs / useAuth / signIn() / (#359) by @guesant in #360
- release: 0.6.0-beta.0 by @BracketJohn in #362
New Contributors
- @tnt-freskim-veliu made their first contribution in #355
- @guesant made their first contribution in #360
Full Changelog: 0.6.0-alpha.2...0.6.0-beta.0
0.6.0-alpha.2
What's Changed
- docs: add azure AD example by @thomasfjordside in #332
- Improve v0.6. local provider: correctly bundle types into final package, unset token when getsession fails and more by @BracketJohn in #347
- improves directory structure for testing and development
- local playground
- authjs playground
- fix: not all properties of
local
provider are required any longer - fix: move types into runtime so that final
dist
gets correct types - fix: unset token on unsuccessful session fetch
- fix: also send auth headers on signout
- improves directory structure for testing and development
- release: 0.6.0-alpha.2 by @BracketJohn in #348
New Contributors
- @thomasfjordside made their first contribution in #332
Full Changelog: 0.6.0-alpha.1...0.6.0-alpha.2