Files
myeasycms-v2/packages/supabase
giancarlo 8808e37558 Refactor sign out and auth change listener hooks
In the use-sign-out.ts file, the use of query client has been removed and error handling has been improved during sign-out operations. Meanwhile, in the use-auth-change-listener.ts file, an unnecessary usage of query client and router has been removed. Event handling logic has also been simplified by using window.location.reload() instead of router.refresh() on user sign-out.
2024-06-04 19:38:51 +07:00
..
2024-03-24 02:23:22 +08:00

Supabase - @kit/supabase

This package is responsible for managing the Supabase client and various utilities related to Supabase.

Make sure the app installs the @kit/supabase package before using it.

{
    "name": "my-app",
    "dependencies": {
        "@kit/supabase": "*"
    }
}