An open API service indexing awesome lists of open source software.

https://github.com/auth0-samples/auth0-custom-signup-apiv2-sample


https://github.com/auth0-samples/auth0-custom-signup-apiv2-sample

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Signup with custom fields

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/.

## Running the example

All that is needed to run this example is a web server. Here's an easy way to do just that:

1. Run `python -m SimpleHTTPServer` in project directory
2. Browse to [`http://localhost:8000`](http://localhost:8000)

## Issue Reporting

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](https://auth0.com/whitehat) details the procedure for disclosing security issues.

## Author

[Auth0](auth0.com)

## License

This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.