Guest mode

Sign up a test user

This is your signup form, and it's ready to use.

Try it with some test data:



Whenever a user signs up, they receive an access token.

Your signup form creates and stores a JSON Web Token (JWT) to use as an access token.
Your site can send this JWT access token to your server to prove the user's identity and level of access.
Userfront access token flow

You can add the signup form anywhere on your site.

When users sign up, they appear on your Users page.

Paste this script inside your HTML <head> & above any other scripts.


Paste this div inside your HTML <body> wherever you want the Signup form to show:


View a working example

Next steps

Learn about your signup form, login form, password reset form, and logout button.
Learn about JWT access tokens.