Skip to content

Commit

Permalink
docs: mention NTLM support in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wKovacs64 committed Nov 5, 2023
1 parent a512452 commit d8c0d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use it in the browser.
- Get all pastes for an account 🔑
- [Securely][search-by-range] check a password to see if it has been exposed in
a data breach
- Check a SHA-1 prefix to see if it has been exposed in a data breach
- Check a SHA-1 or NTLM prefix to see if it has been exposed in a data breach
- Search for an account in both breaches and pastes at the same time 🔑
- All queries return a Promise
- Available server-side (Node.js) and client-side (browser)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use it in the browser.
- Get all pastes for an account 🔑
- [Securely](https://haveibeenpwned.com/API/v2#SearchingPwnedPasswordsByRange)
check a password to see if it has been exposed in a data breach
- Check a SHA-1 prefix to see if it has been exposed in a data breach
- Check a SHA-1 or NTLM prefix to see if it has been exposed in a data breach
- Search for an account in both breaches and pastes at the same time 🔑
- All queries return a Promise
- Available server-side (Node.js) and client-side (browser)
Expand Down

0 comments on commit d8c0d98

Please sign in to comment.