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
- Host: GitHub
- URL: https://github.com/auth0-samples/auth0-custom-signup-apiv2-sample
- Owner: auth0-samples
- License: mit
- Created: 2015-04-21T13:11:00.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-04-04T20:52:19.000Z (about 10 years ago)
- Last Synced: 2024-04-10T16:07:53.260Z (about 2 years ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 11
- Watchers: 52
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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.