Tag: password
Lumen/Lumen: Create & Check Password
Danyal April 15, 2020
Laravel/Lumen comes with Hash facade that provides the secure Bcrypt & Argon2 hashing for storing user string passwords.
Posted in Laravel Tagged Authentication, hash, login, password