Plug.Router for Google Wallet class callbacks.
Mount in your Phoenix router outside any CSRF-protected pipeline:
forward "/passes/google", to: WalletPasses.Google.RouterThe endpoint is POST /callback. Configure the URL Google should hit:
config :wallet_passes, :google_callback_url, "https://yourdomain.com/passes/google/callback"
Summary
Functions
Callback implementation for Plug.call/2.
Callback implementation for Plug.init/1.