ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

How to use password as Sha256? #87

Closed chhumsina closed 9 years ago

chhumsina commented 9 years ago

Hi,

Currently, I work on login, we require the password type as Sha256. How can I use Sha256 for that login?

Thanks you

ollieread commented 9 years ago

Take a look at the Laravel documentation, I'm not 100% certain how to exactly, but it'd be the same way.