EASILY Add User Authentication to SvelteKit Using Supabase

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 18

  • @svelterust
    @svelterust  3 месяца назад +1

    Want to BUILD real web apps? Join the SvelteRust community today: svelterust.com

  • @0xLoops
    @0xLoops Месяц назад

    thank you, nice and easy to follow :)

  • @anthonyadam4206
    @anthonyadam4206 Месяц назад +1

    thanks a lot !

  • @adolfusadams4615
    @adolfusadams4615 19 дней назад

    Great tutorial! Can you do a CRUD tutorial also including authentication with Sveltekit and SurrealDB? SurrealDB is built on Rust.

  • @sleekncheek6143
    @sleekncheek6143 3 месяца назад

    Insane tutorial, that emmet trick is going to save me so much time lol

    • @svelterust
      @svelterust  3 месяца назад

      Which code editor do you use? Can't image not having emmet these days lol

  • @David_Phillips
    @David_Phillips 20 дней назад

    Hi, do you have the code for this on Github?

  • @imalkesara4466
    @imalkesara4466 Месяц назад

    brother whta is ur dev editor ?

  • @jooonmantv
    @jooonmantv 3 месяца назад

    great! keep going bro

  • @Serizon_
    @Serizon_ 2 месяца назад

    there is a change in the 6th point of documentation of supabase

  • @fegreat2462
    @fegreat2462 3 месяца назад

    what do you think about convex? Which you will choice between Convex and supabase?

    • @svelterust
      @svelterust  3 месяца назад +2

      Interesting, haven't heard of it before now. After a quick look, I will say that a big issue I have with it is that it uses it's own custom database thing, while Supabase uses PostgreSQL (which is a huge bonus once you realise how powerful PostgreSQL really is, and how mature the ecosystem is). PostgreSQL can be used for so many things other than just database. Creating extensions is easy with either Rust and Zig. Supabase is also very known in the developer market, and just recently released general availability.
      Let me know if there's something I have missed, but for now I'm sticking to Supabase. It's such a solid platform and provides everything + more.

    • @fegreat2462
      @fegreat2462 3 месяца назад

      @@svelterust yes, but supabase hard to selfhost, and convex using Rust, supabase using golang. If you love rust, we can use new stack like: Surrealdb for database + minio for file storage.

    • @Serizon_
      @Serizon_ 2 месяца назад

      @@svelterust agreed

  • @Serizon_
    @Serizon_ 2 месяца назад

    supabase has a very harsh rate limiting. I recommend you to create a video with the same procedure but with resend & lucia please.

  • @riigel
    @riigel 3 месяца назад

    do you have discord server?

    • @svelterust
      @svelterust  3 месяца назад +1

      I don't have a discord server, but I'll be launching an exclusive community on svelterust.com soon for people interested in building real stuff with Svelte and Rust