oauth-4-laravel
oauth-4-laravel copied to clipboard
How to implement custom consumers?
What is the proper way to extend this package by creating custom consumers?
I would also like an example of this.
I've looked into this and my first impression is that right now, it is not easily possible. Services need to be registered with the ServiceFactory, which is not exposed in the main OAuth.php file (it's a private attribute that gets initialized automatically in the OAuth constructor).
:( No love on this? I wanted to have mutiple instances of OAuth::consumer();