How to set up Supabase authentication (Free Flutterflow Course)

Поділитися
Вставка
  • Опубліковано 24 лис 2024

КОМЕНТАРІ • 5

  • @mazenalsakkaf
    @mazenalsakkaf 2 місяці тому +1

    Great video...thanks a lot!

  • @jalmood966
    @jalmood966 4 місяці тому +1

    Thank you for the amazing tutorial. 👍

  • @vacationhomegroup
    @vacationhomegroup 4 місяці тому +1

    Love your work. TIA for all your help. From my Forgot Paasword page where I ask for the email address. I get an error code. AuthException(message: Not logged in, Status code: null). Any suggestions? This is me reset password email template : Reset Password I want the user to be directed to updatePassword. My url redirect is the same as my site url so any sub page should redirect.

    • @rapidmvp
      @rapidmvp  4 місяці тому

      @@vacationhomegroup for the page where user enters email, you do not want the “user logged in box” ticked. (Top right of Flutterflow UI) That may be your issue

    • @vacationhomegroup
      @vacationhomegroup 4 місяці тому

      @@rapidmvp Thanks for the reply. Do you mean on the scaffold "requires auth", because I do not see anything about "user logged in". TIA