1
Problem:
I have an application with auto-installer. When the user sets up your account, I would like to manually register it in the table oauth_clients
, already with a secret of his own.
If I do manual procedure by panel Laravel Passport and use the information, get my token smoothly.
If I do the procedure by entering through the database with a client_secret
in MD5, just doesn’t work.
Something tells me that the client_secret
needs to be created exactly in a certain way.
Does anyone know how?
Details: Running base of tests on PHP 7.1, Laravel 5.5.