Skip to content

Instantly share code, notes, and snippets.

View martindrapeau's full-sized avatar

Martin Drapeau martindrapeau

View GitHub Profile
@martindrapeau
martindrapeau / amilia-app-store-todo.md
Created November 27, 2018 19:51
TO DO list for the Amilia App Store POC

Apps POC TODO

  • Filter for categories
  • Filter for paid vs free
  • Filter by Amilia vs by Partner
  • Filter by Vertical
  • On tile, transform price into button (CTA): Get or Price or Installed
  • Remove SSOs? (because they are always on)
  • Examples of installed
@martindrapeau
martindrapeau / VerifyCanvaRequest.php
Created November 23, 2020 17:00
Laravel Middleware to verify POST and GET requests from Canva
<?php
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
/**
* Class VerifyCanvaRequest.
*/