Skip to content

Commit

Permalink
Docs: integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jul 8, 2023
1 parent 5c35575 commit e4821ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Authentication and authorization
- [Bcrypt](#bcrypt-hasher)
- [Backward compatibility - upgrading when user logs in](#backward-compatibility---upgrading-when-user-logs-in)
- [Backward compatibility - migrating from an unsafe algorithm](#backward-compatibility---migrating-from-an-unsafe-algorithm)
- [Integrations and extensions](#integrations-and-extensions)

## Setup

Expand Down Expand Up @@ -1356,3 +1357,7 @@ Instead, use the existing password hashes as inputs for a more secure algorithm.
originally stored passwords as `md5($password)`, this could be easily upgraded to `bcrypt(md5($password))`. Layering the
hashes avoids the need to know the original password; however, it can make the hashes easier to crack. These hashes
should be replaced with direct hashes of the users' passwords next time the user logs in.

## Integrations and extensions

- [Nette](https://github.com/nette) integration - [orisai/nette-auth](https://github.com/orisai/nette-auth)

0 comments on commit e4821ce

Please sign in to comment.