auth
auth copied to clipboard
v3.1.7
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: https://github.com/nuxt-alt/auth/discussions/106 (v3.1.7)
- 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