Sign-up and sign-in for your app — on a plain table

Ready-made accounts for your app: sign-up, sign-in, profile. The data lives in Supabase, and passwords are stored only in protected form.

  • Sign-up and sign-in without your own server
  • Passwords never stored in the clear
  • Checks for taken emails and wrong passwords
  • Reading and updating the profile out of the box
Webhook

How it works

To pass leads from Supabase to Webhook automatically, use a ready-made scenario — no manual copying, no lost leads.

  1. Starts when: request to sign up
  2. Then: Check if email in database
  3. Check: If email in database
  4. If yes: respond with email already in use
  5. If no: hash password
  6. Then: add record to database
  7. Starts when: respond with sign up successful
  8. Starts when: request to sign in
  9. Then: check if user exists
  10. Check: If user exists
  11. If yes: hash submitted password
  12. Check: If passwords match
  13. If yes: respond with successful login
  14. If no: respond with wrong password submitted
  15. If no: respond with wrong email submitted
  16. Then: Specify Current Details
  17. Then: Specify New Details
  18. Starts when: request to get user details
  19. Then: get current details
  20. Starts when: request to update user details
  21. Then: update with new details

You can launch this Supabase + Webhook integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.