From 1806760d58118a89997610cd3486263d60cf61fa Mon Sep 17 00:00:00 2001 From: handnot2 Date: Sun, 1 Oct 2017 21:07:39 -0700 Subject: [PATCH] config update and deps refresh --- config/dev.exs | 1 + mix.exs | 2 +- mix.lock | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/dev.exs b/config/dev.exs index f5fe172..8f3959c 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -51,6 +51,7 @@ config :phoenix, :stacktrace_depth, 20 config :samly, Samly.Provider, #base_url: "http://samly.howto:4003/sso", + #entity_id: "urn:myhost-name:my-id", #sign_requests: true, #sign_metadata: true, #signed_assertion_in_idp_resp: true, diff --git a/mix.exs b/mix.exs index b4b5159..9b49729 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule SamlyHowto.Mixfile do def project do [ app: :samly_howto, - version: "0.3.0", + version: "0.4.0", elixir: "~> 1.4", elixirc_paths: elixirc_paths(Mix.env), compilers: [:phoenix, :gettext] ++ Mix.compilers, diff --git a/mix.lock b/mix.lock index 6f7f013..34d4c91 100644 --- a/mix.lock +++ b/mix.lock @@ -1,6 +1,6 @@ %{"cowboy": {:hex, :cowboy, "1.1.2", "61ac29ea970389a88eca5a65601460162d370a70018afe6f949a29dca91f3bb0", [], [{:cowlib, "~> 1.0.2", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "~> 1.3.2", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm"}, "cowlib": {:hex, :cowlib, "1.0.2", "9d769a1d062c9c3ac753096f868ca121e2730b9a377de23dec0f7e08b1df84ee", [], [], "hexpm"}, - "esaml": {:hex, :esaml, "3.0.1", "fea1bf280438f1c247a4fa45d87bf7df3ce1cbee504ae423c4d0f3f292e786aa", [], [{:cowboy, "1.1.2", [hex: :cowboy, repo: "hexpm", optional: false]}], "hexpm"}, + "esaml": {:hex, :esaml, "3.1.0", "76337f00b5953a6c249fa8c322905c7a069b7c20339ece3756072279e6dcb41c", [], [{:cowboy, "1.1.2", [hex: :cowboy, repo: "hexpm", optional: false]}], "hexpm"}, "file_system": {:hex, :file_system, "0.2.1", "c4bec8f187d2aabace4beb890f0d4e468f65ca051593db768e533a274d0df587", [], [], "hexpm"}, "gettext": {:hex, :gettext, "0.13.1", "5e0daf4e7636d771c4c71ad5f3f53ba09a9ae5c250e1ab9c42ba9edccc476263", [], [], "hexpm"}, "mime": {:hex, :mime, "1.1.0", "01c1d6f4083d8aa5c7b8c246ade95139620ef8effb009edde934e0ec3b28090a", [], [], "hexpm"}, @@ -11,4 +11,4 @@ "plug": {:hex, :plug, "1.4.3", "236d77ce7bf3e3a2668dc0d32a9b6f1f9b1f05361019946aae49874904be4aed", [], [{:cowboy, "~> 1.0.1 or ~> 1.1", [hex: :cowboy, repo: "hexpm", optional: true]}, {:mime, "~> 1.0", [hex: :mime, repo: "hexpm", optional: false]}], "hexpm"}, "poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [], [], "hexpm"}, "ranch": {:hex, :ranch, "1.3.2", "e4965a144dc9fbe70e5c077c65e73c57165416a901bd02ea899cfd95aa890986", [], [], "hexpm"}, - "samly": {:hex, :samly, "0.7.0", "423741850cb3666c00b0174e24f224afd3085e953172ebd3aebc6de54758a60e", [], [{:esaml, "~> 3.0", [hex: :esaml, repo: "hexpm", optional: false]}, {:plug, "~> 1.4", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm"}} + "samly": {:hex, :samly, "0.7.1", "deaeb2432e359358438ea8c3daad364ae23f5c7af19c3345c6669af96df89729", [], [{:esaml, "~> 3.1", [hex: :esaml, repo: "hexpm", optional: false]}, {:plug, "~> 1.4", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm"}}