Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a security issue: https://github.com/supabase/supabase/pull/22381 #65

Merged
merged 1 commit into from
May 9, 2024

Commits on May 9, 2024

  1. Fix a security issue: supabase/supabase#22381

    Details:
     - CMSaaSStarted followed the offical SvelteKit Supabase docs here: https://supabase.com/docs/guides/getting-started/tutorials/with-sveltekit
     - Unforunately the server side helper getSession was not validtion the JWT token, which was caught and fixed in the docs here: supabase/supabase#22381
     - There were a few improvements/cleanups since the fix, which we integrated as well, see change history here: https://github.com/supabase/supabase/commits/master/apps/docs/content/guides/getting-started/tutorials/with-sveltekit.mdx
    
    We're now back up to date with the supabase suggested format here: https://supabase.com/docs/guides/getting-started/tutorials/with-sveltekit
    scosman committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3bbdd0b View commit details
    Browse the repository at this point in the history