Thomas Welton

Results 15 issues of Thomas Welton

Updated the [documentation on incremental delivery](https://www.apollographql.com/docs/apollo-server/workflow/requests#incremental-delivery-experimental) to include the specific prerelease version of graphQL that Apollo Server is compatible with for incremental delivery. The current docs state "As of September...

### Issue Description The nonreactive directive is not compatible with deferred fragments for the initial fetch of a query. Given this query ``` fragment NameFragment on Playlist { name }...

🐞 bug
🔍 investigate

https://gist.github.com/sergejmueller/cf6b4f2133bcb3e2f64a Just saw this issue https://github.com/github/octicons/issues/3 think it'd be good to have here. Will leave this here for a reference. If I can't find one I'll try to make a...

No way to easily link a user to an oauth provider when not using the OAuth controller, move this login into the OAuth class

Add info on how to update your models to include the eloquent relations needed. Or maybe look to see if I can make my own class that extends the consumers...

Should return an instance of the service factory.

Add associate method to authenticate and associate the oauth user to the currently logged in user. Same for delete but to delete an association.

For deleting associated links it's easier if each provider was kept in a separate table, we can also store more relevant create, updated dates. As well as storing access tokens...

Some providers require you to pass in at least one scope field, unlike Facebook for example that will default to the "basic" scope if none is passed. in addition some...

bug
enhancement

Add a no results found view. Could use `.glyphicon .glyphicon-thumbs-down` in the message :smile: