Skip to content

Releases: nuxt-modules/supabase

v1.2.2

02 May 15:33
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • serverSupabaseSession: export service (9cfeb87)

Full changelog

v1.2.1

18 Apr 08:32
Compare
Choose a tag to compare

What's Changed

Improvements

Performance improvements by @vinceglb in #352

Chore

Move to eslint v9 using @nuxt/eslint package

πŸ’š Thanks for the help from:

@vinceglb

Full changelog

v1.2.0

29 Mar 09:33
Compare
Choose a tag to compare

What's Changed

Minor version since we have a new composable πŸŽ‰

useSupabaseSession and serverSupabaseSession are now available to fetch your session client and server side (#338) (07eb081 & 9dee37e)

Thanks @joeychilson for this feature πŸ™

Full changelog

v1.1.7

07 Mar 09:33
Compare
Choose a tag to compare

What's Changed

Features

  • auth-middleware: add include to RedirectOptions (#336) (f9aad55), closes #268

πŸ’š Thanks for the help from

@jojomatik

Full changelog

v1.1.6

26 Jan 15:22
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • deps: set resolution (db8c102)
  • playground: watch on confirm page (0caf5c1)

Features

  • app: added redirect path cookie for use after signin (#327) (1b78a05)

πŸ’š Thanks for the help from

@Matthewenderle

Full changelog

v1.1.5

28 Dec 14:29
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • server: fetch user from session (7a3b73c)

Improvements

  • app: use module-builder stub mode for more accurate types #315

Docs

  • get-started: bun command #317
  • readme: typo in #dev section #316

πŸ’š Thanks for the help from

@danielroe
@joshuabyler
@hafizjavaid
@relisora

Full changelog

v1.1.4

17 Nov 14:42
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • client: prevent useCookie usage outside of effect scope (#309) (bb55bed)

πŸ’š Thanks for the help from πŸ’š
@AlbertBrand

v1.1.3

06 Oct 07:51
Compare
Choose a tag to compare

What's Changed

  • client: clientOptions merge#275 (#277) (c0097a3)
  • module: do not warn when using runtimeConfig to set url and key (#281) (8c15173)

πŸ’š Thanks for the help from πŸ’š
@stafyniaksacha
@jonesisg1

v1.1.2

06 Sep 17:44
Compare
Choose a tag to compare

What's Changed

⚠️ BREAKING CHANGE ⚠️
Breaking change is related to #244 and was first adressed in the v1.1.0 but patch has been necessary to fix the version.

On the confirm page, configured in redirect.callback option (default to /confirm), ensure to set the immediate option in the watch.
Check out the doc: http://supabase.nuxtjs.org/authentication#confirm-page-confirm
Check out the demo code: https://github.com/nuxt-modules/supabase/blob/main/demo/pages/confirm.vue

Bug Fixes

  • module: priority of redirect options made by defu (#256) (c4e30bf)
  • plugin: retrieve user for client only page (#244) (4a35428)
  • useSupabaseUser: add explicit user type (#254) (60d8551)

Full Changelog: v1.0.2...v1.1.0

πŸ’š Thanks for the help from πŸ’š
@52cs
@Aietes
@AlbertBrand
@kiri10ten
@xMorthi

v1.0.2

04 Aug 15:56
Compare
Choose a tag to compare

What's Changed

  • docs(auth): update (df00ffe)
  • fix(client): correct provider_token assignment to cookie (a76df3f)

Full Changelog: v1.0.1...v1.0.2

πŸ’š Thanks for the help from πŸ’š
@blqke
@Aietes