Problem: I have an application with auto installer. When the user sets up their account, I would like to manually register it in the oauth_clients table, with a secret only from it.
If I do the manual procedure through the Laravel Passport dashboard and use the information, I get my token with no problems.
If I do the procedure inserting by the database with a client_secret in MD5, it just does not work.
Something tells me that the client_secret needs to be created exactly in a certain way.
Does anyone know how?
Details: Running test database in PHP 7.1, Laravel 5.5.