You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes & Additions
TypeScript
Internal typescript fixes for strategies (v3.1.7)
Basic descriptions for module options (since v3.1.5)
Auth Core
Apply Fix for: #106 (v3.1.7) - This allows you to manually disable/enable ssr overriding.
Allow headers to be set via endpoints for local scheme and its inheritances (since v3.1.6)
Revert: Pinia needs to be defined in storage in order for the @pinia/nuxt plugin to function properly. Maybe the best option here would be to have the user define their own pinia store then use that internally rather than the module making the store. (since v3.1.5)
nuxt-alt/http
onUploadProgress/onDownloadProgress added
fix: $http in nitro getting overridden by nuxt plugin in server instance