This example shows how to sign up users and include custom fields in the same process, i.e. fields other than email and password.
To see this example live, browse to https://auth0.github.io/auth0-custom-signup-apiv2-sample/.
All that is needed to run this example is a web server. Here's an easy way to do just that:
- Run
python -m SimpleHTTPServer
in project directory - Browse to
http://localhost:8000
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
This project is licensed under the MIT license. See the LICENSE file for more info.