Create users

You can add users to a Softr app in many different ways:

Depending on the application, one option might be preferable to the others. For instance:

Sign-in (authentication) methods

You can let users sign in to a Softr app using any of the following methods.

<aside> 💡 Avoid mixing multiple sign-in methods within the same application.

</aside>

Sign in with email & password

The most standard option. Users can log into an app using their email and password.

Sign in with email code

This option lets your users enter their email and get a one-time code to access your app.

Sign in with magic Link

Magic link is a URL with a unique token that will allow a user to log in by simply clicking on the link or entering it in the browser address bar.

Sign in with Google