It's not clear from the Wiki page on OAuth 2.0 or from the code itself if you support league/oauth2-server directly, or only via the lucadegasperi/oauth2-server-laravel package. While the latter is great, the dependency is on 2.1 while 3.x is out and 4.0 is nearing.
If it is not yet decided, I would suggest that supporting league/oauth2-server might help avoid some dependency problems in the future.
If it is decided, could the documentation and composer.json suggests section match up? And, could you add an example?
I'm going to try and get this going myself, but I dont want to be wasting my time chasing things that arent even close to working.
It's not clear from the Wiki page on OAuth 2.0 or from the code itself if you support league/oauth2-server directly, or only via the
lucadegasperi/oauth2-server-laravelpackage. While the latter is great, the dependency is on 2.1 while 3.x is out and 4.0 is nearing.If it is not yet decided, I would suggest that supporting
league/oauth2-servermight help avoid some dependency problems in the future.If it is decided, could the documentation and composer.json suggests section match up? And, could you add an example?
I'm going to try and get this going myself, but I dont want to be wasting my time chasing things that arent even close to working.