Whats the mechanism of providing client id and secret key to the users to use my lumen api? and how user will access my middleware routes? I used JWT for token generation. I dont want the user to login I want the same mechanism of paypal SDK, facebook SDK etc.
For instance, the user will create a developer account, create client id and secret key and use that id and key to access my web api?
Any help will be appreciated.
Thanks
I'd just use the full version of Laravel and the newly released Passport. Sounds like it's what you are looking for. If you haven't watched this video, take 15 minutes and see if it meets your needs.