Add CORSPlug to make web-based OAuth easier.

This commit is contained in:
lain 2018-11-03 13:38:01 +01:00
commit e954cfcc2c
3 changed files with 4 additions and 1 deletions

View file

@ -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