Is it possible to setup a login flow like Canva or Anthropic where a user doesn’t have to enter a pw and only needs an email? (for each login a code is sent to the email address which is basically the session pw)
thanks in advance
Is it possible to setup a login flow like Canva or Anthropic where a user doesn’t have to enter a pw and only needs an email? (for each login a code is sent to the email address which is basically the session pw)
thanks in advance
YES, use magic link function
You can check out the Send magic login link action. This generates a token that can be used in an email link to sign the user in without a password.
Books:
Ultimate Guide to Bubble Performance | Ultimate Guide to Bubble Security
Socials:
X: @petteramlie | LinkedIn
thanks ; )
You can use magic link, or social signon but don’t use email as the password, it’s not secure at all
what happens if the signup/login page is changed from email+pw to email+magic link? are there issues for users who originally signed up with email+pw…?
Users need to be already signed up for magic links to work, so you can use magic links for users who already have an email + password account set up.