Shopifex v0.1.4 ShopifexWeb.AuthController View Source
You can use this module inside of another controller to handle initial iFrame load and shop installation
Example:
defmodule MyAppWeb.AuthController do
use MyAppWeb, :controller
use ShopifexWeb.AuthController
# Thats it! Validation, installation are now handled for you :)
end