Update dependency @sidebase/nuxt-auth to ^0.10.0 #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.6.0-beta.5
->^0.10.0
^0.6.0-beta.6
->^0.10.0
Release Notes
sidebase/nuxt-auth (@sidebase/nuxt-auth)
v0.10.0
Compare Source
Upgrading
Hi everyone 👋
This release contains breaking changes for the default middleware and the configuration of
baseURL
andAUTH_ORIGIN
.We prepared a full upgrade guide, that can be found here.
What's Changed
baseURL
via environment variables and improve internal url detection by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/913nitropack
tonitro
by @BracketJohn in https://github.com/sidebase/nuxt-auth/pull/942New Contributors
Full Changelog: sidebase/nuxt-auth@0.9.4...0.10.0
v0.9.4
Compare Source
What's Changed
eslint/no-else-return
oxlint rule by @DonIsaac in https://github.com/sidebase/nuxt-auth/pull/921Full Changelog: sidebase/nuxt-auth@0.9.3...0.9.4
v0.9.3
Compare Source
What's Changed
origin
documentation by @phoenix-ru in https://github.com/sidebase/nuxt-auth/pull/908New Contributors
Full Changelog: sidebase/nuxt-auth@0.9.2...0.9.3
v0.9.2
Compare Source
What's Changed
@nuxt/module-builder
by @danielroe in https://github.com/sidebase/nuxt-auth/pull/888authjs
providers usage (next-auth@4) by @phoenix-ru in https://github.com/sidebase/nuxt-auth/pull/898New Contributors
Full Changelog: sidebase/nuxt-auth@0.9.1...0.9.2
v0.9.1
Compare Source
What's Changed
pkg.pr.new
workflow by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/885refresh_token
by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/886New Contributors
Full Changelog: sidebase/nuxt-auth@0.9.0...0.9.1
v0.9.0
Compare Source
Upgrade guide
Hi everyone 👋
In #821 we made a breaking change where we unified the
local
andrefresh
providers into one!Therefore, anyone using the
refresh
provider, will need to update their configuration after upgrading@sidebase/nuxt-auth
.We prepared a full upgrade guide, that can be read here.
What's Changed
local
andrefresh
providers into one by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/8220.9.0
by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/873New Contributors
Full Changelog: sidebase/nuxt-auth@0.8.2...0.9.0
v0.8.2
Compare Source
What's Changed
AUTH_ORIGIN
by @hywax in https://github.com/sidebase/nuxt-auth/pull/837New Contributors
Full Changelog: sidebase/nuxt-auth@0.8.1...0.8.2
v0.8.1
Compare Source
What's Changed
New Contributors
Full Changelog: sidebase/nuxt-auth@0.8.0...0.8.1
v0.8.0
Compare Source
Upgrade guide
RefreshHandler
In #715, we took the first step to improve the behavior and possibilities to customize the Refresh behaviour of your application. In #766 we finalized these changes and improved the previous configuration options. You can define the location of a custom RefreshHandler inside your Nuxt config under
auth.sessionRefresh.refreshHandler
.To customize the session refreshing you can provide a refresh handler. A custom
RefreshHandler
requires aninit
- and adestroy
-function.init
will be called when the nuxt application is mounted. Here you may add event listeners and initialize custom refresh behaviour. The method will receive aRefreshHandlerConfig
. The type consists ofenablePeriodically
&enableOnWindowFocus
.destroy
will be called when your app is unmounted. Here you may run your clean up routine e.g. to remove your event listeners.If no custom RefreshHandler is defined, the build-in handler will be used.
What's Changed
import.meta.*
properties by @danielroe in https://github.com/sidebase/nuxt-auth/pull/719refreshHandler
and session refreshing; fix refresh provider refreshing by @phoenix-ru in https://github.com/sidebase/nuxt-auth/pull/766getSession
endpoint for local and refresh by @Armillus in https://github.com/sidebase/nuxt-auth/pull/768getSession
endpoint for local and refresh" by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/788New Contributors
Full Changelog: sidebase/nuxt-auth@0.7.2...0.8.0
v0.7.2
Compare Source
What's Changed
nuxi module add
command in installation by @danielroe in https://github.com/sidebase/nuxt-auth/pull/724New Contributors
Full Changelog: sidebase/nuxt-auth@0.7.1...0.7.2
v0.7.1
Compare Source
What's Changed
New Contributors
Full Changelog: sidebase/nuxt-auth@0.7.0...0.7.1
v0.7.0
Compare Source
What's Changed
ModuleOptionsNormalized
type by @phoenix-ru in https://github.com/sidebase/nuxt-auth/pull/665appendHeader
in auth handler by @phoenix-ru in https://github.com/sidebase/nuxt-auth/pull/693New Contributors
Full Changelog: sidebase/nuxt-auth@0.6.7...0.7.0
v0.6.7
Compare Source
This release reverts the changes made in https://github.com/sidebase/nuxt-auth/releases/tag/0.6.6, which could result in content flashes.
What's Changed
New Contributors
Full Changelog: sidebase/nuxt-auth@0.6.5...0.6.6
v0.6.6
Compare Source
WARNING: Please do not use this release, as the change in #644 can result in Content flashes on first load. Please skip this release and use 0.6.7!
What's Changed
New Contributors
Full Changelog: sidebase/nuxt-auth@0.6.5...0.6.6
v0.6.5
Compare Source
What's Changed
server/
directory by @danielroe in https://github.com/sidebase/nuxt-auth/pull/639Full Changelog: sidebase/nuxt-auth@0.6.4...0.6.5
v0.6.4
Compare Source
What's Changed
New Contributors
Full Changelog: sidebase/nuxt-auth@0.6.3...0.6.4
v0.6.3
Compare Source
What's Changed
refresh
provider by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/603New Contributors
Full Changelog: sidebase/nuxt-auth@0.6.2...0.6.3
v0.6.2
Compare Source
What's Changed
0.6.0
docs by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/578Full Changelog: sidebase/nuxt-auth@0.6.1...0.6.2
v0.6.1
Compare Source
Hello everyone!
0.6.1
is a small patch version to accomplish two things that have happened since the release of0.6.0
.sidebase-auth
in the internal modules structure of Nuxt. Therefore we need to change the name, to allow Nuxt Devtools to properly register our module again. However, you will not need to change anything in your code, this is only an internal identifier and does not affect you in anyway.signout
route, in case you do not want to make an API call when logging someone out and only want to clear the session on the browser.What's Changed
sidebase-auth
by @zoey-kaiser in https://github.com/sidebase/nuxt-auth/pull/561New Contributors
Full Changelog: sidebase/nuxt-auth@0.6.0...0.6.1
v0.6.0
Compare Source
🔐 nuxt-auth is an authentication package for Nuxt 3. It provides oauth sign-in, credential sign-in and magic-email sign-in flows. Read more: https://sidebase.io/nuxt-auth/getting-started
This is release v0.6.0 of the
nuxt-auth
module. Notably, it introduces:local
provider supportTo use the new version follow the installation instructions. Here's a small spoiler of what the new module has in store:
Example: Provider
authjs
This is what <= v0.5 used as the only possible provider.
Example: Provider
local
This is the new provider that supports static username + password flows. Static OAuth is not yet supported.
Breaking changes?
There's a few breaking changes in comparison to v0.5.0 of the module. If you are used to v0.5 or below the biggest change will be:
authjs
to identifynext-auth
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.