Laravel uses the php hash function.
http://php.net/manual/en/function.password-hash.php
I wouldn't use this in an android app. Instead, I would establish a secure connection from my app to the server and transmit the password allowing laravel to encrypt in on the server side.
The problem is that when i use laravel to send json data into my app, i always got the "org.json.JSONException: Value <!DOCTYPE of type java.lang.String cannot be converted to JSONObject", so i try to make a virtual host for laravel and connect the android app in my localhost...
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community