EASILY Add User Authentication to SvelteKit Using Supabase

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 18

  • @svelterust
    @svelterust  4 หลายเดือนก่อน +1

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

  • @adolfusadams4615
    @adolfusadams4615 หลายเดือนก่อน

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

  • @0xLoops
    @0xLoops 2 หลายเดือนก่อน

    thank you, nice and easy to follow :)

  • @sleekncheek6143
    @sleekncheek6143 4 หลายเดือนก่อน

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

    • @svelterust
      @svelterust  4 หลายเดือนก่อน

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

  • @anthonyadam4206
    @anthonyadam4206 2 หลายเดือนก่อน +1

    thanks a lot !

  • @David_Phillips
    @David_Phillips หลายเดือนก่อน

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

  • @fegreat2462
    @fegreat2462 4 หลายเดือนก่อน

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

    • @svelterust
      @svelterust  4 หลายเดือนก่อน +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 4 หลายเดือนก่อน

      @@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_ 3 หลายเดือนก่อน

      @@svelterust agreed

  • @imalkesara4466
    @imalkesara4466 หลายเดือนก่อน

    brother whta is ur dev editor ?

  • @Serizon_
    @Serizon_ 3 หลายเดือนก่อน

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

  • @jooonmantv
    @jooonmantv 4 หลายเดือนก่อน

    great! keep going bro

    • @svelterust
      @svelterust  4 หลายเดือนก่อน

      Thanks!

  • @Serizon_
    @Serizon_ 3 หลายเดือนก่อน

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

  • @ok-alarm
    @ok-alarm 4 หลายเดือนก่อน

    do you have discord server?

    • @svelterust
      @svelterust  4 หลายเดือนก่อน +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