---
title: Signup & Login | PropelAuth
description: "Let us take care of the signup and login flows so you can keep
  your team focused on what really matters: delivering on your value prop."
canonical_url: https://www.propelauth.com/signup-and-login
---

# Onboarding made effortless

Let us take care of the signup and login flows so you can keep your team focused on what really matters: delivering on your value prop.

## A complete toolkit for growth

### Get the info you need

Want email, first names, and last names? How about date of birth or job title? No problem. Customize your signup flow to suit your needs.

```typescript
{
  email: "joe@acme.com",
  first_name: "John",
  last_name: "Doe",
  accepted_tos: true,
  utm_source: "google",
}
```

### Secure login flows

We follow best practices when it comes to security - preventing common passwords, allowing anyone to enable MFA and more.

_Abstract security image - shield and lock._

### Beautiful, branded pages

No code required to make gorgeous signup and login pages with our Hosted UI editor. Choose from a variety of layouts to welcome your users the way you want to.

_Branded page examples_

### Take full design control

We make it easy to build your pages from the ground up with our components. Copy, paste, customize... done.

```jsx
<MyButton onClick={loginWithPropelAuth} 
          onMouseOver={fancyAnimation}>
    Login
</MyButton>
```

### Track your growth

Whether you prefer to browse our metric reports, or get a ping every time a new user joins, you'll always know how much you're growing.

_Example metrics: new users, new organizations, MAU and MAO._

## Frequently asked questions

### What login methods do you support?

We support password, passwordless (Magic Links), SSO (social logins), enterprise SSO (SAML), and SCIM.

### Do you support MFA?

Yes, we support app-based MFA.

### How customizable is your sign up flow?

We have an out of the box sign up flow that can be modified to collect extra fields, show off your branding, etc. For deeper customizations, we have a copyable component library at ui.propelauth.com.

### Do I have to change my code when I add new login types?

No - all you have to do is flip a switch in the PropelAuth dashboard and you're good to go!

### I have less frequently asked questions...

Reach out to us at support@propelauth.com.

## Get started

Sign up: https://auth.propelauth.com/en/signup

Request a demo: https://calendly.com/andrew-propelauth/propelauth-integration-chat
