0.5.1 (2024-08-28)
- remove optional dependencies (#41) (a48fe6f)
- set
max-age
default cookie option to 400 days (#54) (f4ed2e0)
0.5.0 (2024-08-19)
- re-apply update CI so it runs on release as well (#49) (51d5a43)
- revert "update CI so it runs on release as well" (#44) (9d0e859)
- set cookies for password recovery event (#32) (7dc1837)
- set cookies when mfa challenge is verified (#27) (c217f53)
- update conventional commits ci to use main instead of master (#31) (bebce89)
0.4.0 (2024-06-24)
- allow use of
createBrowserClient
withoutwindow
present (#20) (27d868d) - deprecate
parse
,serialize
exports for more useful functions (#14) (0b5f881) - fix
createBrowserClient
deprecation tsdoc (#17) (1df70ad)
- 8d85be4: fix custom cookie options in browser client
- 9e7ff76: upgrade supabase-js version to v2.42.0
- faf9eac: Miscellaneous fixes to createBrowserClient
- 18327fc: add isServer property to server-side storage adaptors
- 18327fc: fix cookie chunking length calculation
- 8ed42ff: use custom cookie name set
- 1e079c3: Set cookie default to httpOnly: false
- f7e5c2d: Revert cookie name to storage key change
- 5893215: Update storage key name with cookie name
- fc8ccfd: Reduce cookie chunk size
- 1c7f7e8: Implement cookie chunking
- 841fce0: Add cookie chunker methods and expose them to the SDK
- 4e5df45: Await get cookie function
- b9099fd: Fixed types for cookie methods
- 66e6b4c: Remove max-age option from cookieOptions
- 49f4043: The successor to the auth-helpers packages with sane defaults