Open s4wny opened 10 years ago
Register.
The database should have this scheme:
id | username | email | password
Use laravels hash function to hash the password: Hash::make('secret'); (this uses salts + bcrypt = more secure than linkedin, adobe creative cloud, sony :wink: )
Hash::make('secret');
Register.
The database should have this scheme:
id | username | email | password
Use laravels hash function to hash the password:
Hash::make('secret');
(this uses salts + bcrypt = more secure than linkedin, adobe creative cloud, sony :wink: )