Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 391 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 391 Bytes

ShopifyElixir

WIP

  • Authentication functions
  • Authentication plug

Installation

  1. Add shopify_elixir to your list of dependencies in mix.exs:

    def deps do [{:shopify_elixir, "~> 0.0.1"}] end

  2. Ensure shopify_elixir is started before your application:

    def application do [applications: [:shopify_elixir]] end