Skip to content

v2.1.4

Compare
Choose a tag to compare
@becem-gharbi becem-gharbi released this 27 Dec 18:37
· 83 commits to main since this release

compare changes

About

This release introduced new changes

  • Authentication: the access token is stored in memory instead of a non http-only cookie. check nuxt-auth.
  • Object storage: custom metadata can be set on upload which allows storing user related info for authorization. check nuxt-s3.
  • UI: use naive-layout-navbar as root the component for the default layout. check nuxt-naiveui.

💅 Refactors

  • s3: Use metadata in authorization (eff6d8a)
  • ui: Use naive-layout-navbar as default layout (5d2a643)

❤️ Contributors