Skip to content

Commit

Permalink
use auth_plug version 1.1.0 with conn.assigns.person dwyl/auth_plug#17
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 30, 2020
1 parent b40c351 commit 5fa51fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule App.MixProject do
def project do
[
app: :app,
version: "0.1.0",
elixir: "~> 1.5",
version: "1.0.0",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,
Expand Down Expand Up @@ -42,7 +42,7 @@ defmodule App.MixProject do
{:plug_cowboy, "~> 2.0"},

# github.com/dwyl/auth_plug
{:auth_plug, "~> 1.0.0"}
{:auth_plug, "~> 1.1.0"}
]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"auth_plug": {:hex, :auth_plug, "1.0.0", "7e93fbc4a983b6af4e018fd48f966a3aa273f336850c99bb505e02872c02faae", [:mix], [{:joken, "~> 2.2.0", [hex: :joken, repo: "hexpm", optional: false]}, {:plug, "~> 1.10", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "9bdcdebaa30106c3a2f6cc363b6456dc3ab5cd51ca48dc93008778ac47975f0c"},
"auth_plug": {:hex, :auth_plug, "1.1.0", "55d892acdae9083706038db7c4c87a85c0b13fca4def040700864786f2c6aaa2", [:mix], [{:joken, "~> 2.2.0", [hex: :joken, repo: "hexpm", optional: false]}, {:plug, "~> 1.10", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "93fcce126fb0941f28b0ec0e6af407ace148d3d3becade918226eb4e10d0afc0"},
"cowboy": {:hex, :cowboy, "2.7.0", "91ed100138a764355f43316b1d23d7ff6bdb0de4ea618cb5d8677c93a7a2f115", [:rebar3], [{:cowlib, "~> 2.8.0", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7.1", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "04fd8c6a39edc6aaa9c26123009200fc61f92a3a94f3178c527b70b767c6e605"},
"cowlib": {:hex, :cowlib, "2.8.0", "fd0ff1787db84ac415b8211573e9a30a3ebe71b5cbff7f720089972b2319c8a4", [:rebar3], [], "hexpm", "79f954a7021b302186a950a32869dbc185523d99d3e44ce430cd1f3289f41ed4"},
"file_system": {:hex, :file_system, "0.2.8", "f632bd287927a1eed2b718f22af727c5aeaccc9a98d8c2bd7bff709e851dc986", [:mix], [], "hexpm", "97a3b6f8d63ef53bd0113070102db2ce05352ecf0d25390eb8d747c2bde98bca"},
Expand Down

0 comments on commit 5fa51fb

Please sign in to comment.