Tags: sharik709/laravel-shopify
Tags
Feature/add shop to api init (gnikyt#631) * Added shop context to getConfig trait, added callback for API config * Normalize composer file * Fix to AuthProxy middleware shop context for getConfig * Revert Billable middleware shop position * Added shop context to getConfig in API setup
Fix for Job Serialization for Webhooks (gnikyt#624) * Fix to remove job class from arguments passed to job, issues with serialization occurs * StyleCI fixes * Adjustment to webhook jobs and webhook stub to use scalar values for job arguments * Fix to StyleCI
Hotfix exclude api register routes (gnikyt#619) * Fixes manual routes handling for api routes * Adds more robust function for manual routes, updates test
JWT Support (gnikyt#601) * Work in Progress * Add new config option * Work in progress * Shopify token middleware * Remove redundant command * Removed debugging code * Revert some changes back to master versions * No longer need the JWT env option * Reverted newlines * Removed custom package * Expiration bugfix * Add root api route * Split routes * Authentication token tests * Nove logic * Update unit tests * Update unit tests * Reverted composer * Removed * Lint fix * Drop php 7.2 * Only use legacy factories when Laravel 8 is in use * Remove legacy package * Add docblock for helpers * Missing docblock * Style CI fixes * Style CI fixes * Force the middleware * Updated to throw exceptions instead of a plain response on token errors * Exception handler for bad tokens * Style CI fixes * trigger GitHub actions * Make sure the expiration in the test tokens is in the future
Restore auto register service provider in composer.json (gnikyt#578) * Restore auto register service provider and aliases in composer.json Make normalizer happy . * remove facade
PreviousNext