Add CORSPlug to make web-based OAuth easier.
This commit is contained in:
parent
4bcdbb12a4
commit
e954cfcc2c
3 changed files with 4 additions and 1 deletions
3
mix.exs
3
mix.exs
|
|
@ -53,7 +53,8 @@ defmodule Pleroma.Mixfile do
|
|||
{:credo, "~> 0.9.3", only: [:dev, :test]},
|
||||
{:mock, "~> 0.3.1", only: :test},
|
||||
{:crypt,
|
||||
git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}
|
||||
git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"},
|
||||
{:cors_plug, "~> 1.5"}
|
||||
]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue