Fixed typescript bugs in code blocks of with-sveltekit.mdx
Now utilising the `satisfies` keyword instead of explicitly typing the exported functions.
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
* docs: update sveltekit tutorial with new @supabase/ssr package
Related to issue #21851: Sveltekit guide still uses the old packages
* fix comment
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
* rename 'web app tutorials' to 'web app demos'
* replace auth helper with server-side auth
* add more descriptive instructions
* fix small typos
* create a section on supabase utitlies
* update middleware section to include utilities
* update supabase auth ui to include the utilities
* add a login/signup form
* replace supabase auth ui section with a note
* update PCKE section to use /auth/confirm route instead of /auth/callback
* update Account Page section to use utilities and switch locations
* update Sign out section to use utilities
* update bonus section to include utilities
* minor fixes
* Apply suggestions from code review
* format
* format
* fix js examples
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
I noticed in the function to updateProfile the "avatar_url" was not using the passed in "avatarUrl" value.
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
This will make the page load if not logged in and eliminate the following error message:
Error: NG04014: Invalid configuration of route '/': path cannot start with a slash
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>