Sha256: baeb69091862956329d11c3172f1844b800a3649c3dbad759f4edcae82f0bc15

Contents?: true

Size: 273 Bytes

Versions: 71

Compression:

Stored size: 273 Bytes

Contents

  controller :sessions do
    get 'login' => :new, :as => :login
    post 'login' => :create, :as => :authenticate
    get 'auth/shopify/callback' => :callback
    get 'logout' => :destroy, :as => :logout
  end

  namespace :webhooks do
    post ':type' => :receive
  end

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
shopify_app-13.0.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-12.0.7 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-12.0.6 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-12.0.5 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-12.0.4 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-12.0.3 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-12.0.2 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-12.0.1 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-12.0.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.7.1 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.7.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.6.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.5.1 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.5.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.4.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.3.2 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.3.1 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.3.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.2.0 lib/generators/shopify_app/routes/templates/routes.rb
shopify_app-11.1.0 lib/generators/shopify_app/routes/templates/routes.rb