|
|
|
|
|
by llimos
1969 days ago
|
|
I once did a migration of an auth system by having the new system attempt an auth against the old system if there was no password hash saved in the new one. If it succeeded, it hashed the password and saved it. Seamless for users. Obviously the old system isn't going to stick around forever, but you can get a good chunk of the passwords migrated this way. |
|