Wondering if anybody has had any success in changing the API auth over to using passport in Laravel 5.3?
I'd like to use passport since it has the full oauth client setup built into it, but I can't seem to figure out how to migrate things over to using passport instead of the API stuff built into spark.
It´s possible since Taylor has merged the PR by Mohammed. But for some reason, when i´m using the API within my Vue-Components, i get a session expired everytime, i load a component.. But only with Passport as the API-Authentication driver..
I haven't been able to test it with a mobile device yet or a normal oauth redirect but so far the API works fine for me, if anyone notices some issues you'll have to let me know.
The only problem I'm having so far is each time you create or refresh a token with POST /oauth/token then it adds a new API key to the Spark settings > API > Api Tokens component (without a name field) but the Passport Vue components are working fine for me (only shows personal access tokens you create on the user interface instead of each api token without a name)