I am using the PasswordGrant, It's require client_id and client_secret params to generate access_token.
But how to create a new client for a App ?
Just make a new REST-ful API and insert it to database when App first launch?
Is this a right way to do that?
thanks.
You just need to insert into the table oauth_clients
I hope you find it useful