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

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

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.