Skip to content

v3.1.7

Latest
Compare
Choose a tag to compare
@Denoder Denoder released this 24 Jun 10:20
d3318fa

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