Sign up a test user
This is your signup form, and it's ready to use.
Try it with some test data:
Sign up
Whenever a user signs up, they receive an access token.
1 Your signup form creates and stores a JSON Web Token (JWT) to use as an access token.2 Your site can send this JWT access token to your server to prove the user's identity and level of access.

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
2 minutes
Learn about your signup form, login form, password reset form, and logout button.
5 minutes
Learn about JWT access tokens.