diff options
author | lain <lain@soykaf.club> | 2018-11-03 13:38:01 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-11-03 13:38:01 +0100 |
commit | e954cfcc2c9e9b36bf31dc0bdbc90b1f8a2d47ce (patch) | |
tree | f3bd88c56ec967b4e3e77cae9552cc402dec0a39 /mix.exs | |
parent | 4bcdbb12a40049ca4504602ffcf3e1e95455706b (diff) | |
download | pleroma-e954cfcc2c9e9b36bf31dc0bdbc90b1f8a2d47ce.tar.gz pleroma-e954cfcc2c9e9b36bf31dc0bdbc90b1f8a2d47ce.zip |
Add CORSPlug to make web-based OAuth easier.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |