https://github.com/stepzen-dev/nextjs-password-checker
A password checker written with Next.js and StepZen 🔑
https://github.com/stepzen-dev/nextjs-password-checker
Last synced: over 1 year ago
JSON representation
A password checker written with Next.js and StepZen 🔑
- Host: GitHub
- URL: https://github.com/stepzen-dev/nextjs-password-checker
- Owner: stepzen-dev
- Created: 2022-08-01T15:25:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T17:18:44.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T20:15:09.183Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Checker App
This is a password checker app. It SHA1-hashes the password you enter using the [Hashify API](https://documenter.getpostman.com/view/3362843/RWMCt9WU), and sends it to the [Enzoic API](https://www.enzoic.com/docs-passwords-api/) to see if it's included on a list of commonly exposed passwords.
## How Does It Work?
This is a Next.js app that uses a form and Next.js API to submit information to a GraphQL API.