https://github.com/auth0-samples/auth0-password-policy-sample
Custom signup with password policy example
https://github.com/auth0-samples/auth0-password-policy-sample
Last synced: 11 months ago
JSON representation
Custom signup with password policy example
- Host: GitHub
- URL: https://github.com/auth0-samples/auth0-password-policy-sample
- Owner: auth0-samples
- License: mit
- Created: 2015-03-14T06:46:57.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-01-27T20:52:42.000Z (over 6 years ago)
- Last Synced: 2024-04-10T16:07:56.232Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 3
- Watchers: 54
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Signup + Password policy
This example shows how to use password policies configured in the Auth0 dashboard with a custom signup form.
To see this example live, browse to http://auth0.github.io/auth0-password-policy-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. Install `node`
2. Run `npm install -g serve`
3. Run `serve` in project directory
4. Browse to [`http://localhost:3000`](http://localhost:3000)
To build your changes, run `make`.
## 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.