auth now actually works straight through google

This commit is contained in:
Bryce Covert
2017-12-18 22:45:24 -08:00
parent 3b3295f535
commit 36806c9cf6
6 changed files with 57 additions and 14 deletions

View File

@@ -22,7 +22,10 @@
[cljs-http "0.1.44"]
[clj-http "3.7.0"]
[org.clojure/core.async "0.3.465"]
[fogus/ring-edn "0.3.0"]]
[fogus/ring-edn "0.3.0"]
[buddy/buddy-auth "2.1.0"]
[buddy/buddy-sign "2.1.0"]
[clj-time "0.14.2"]]
:plugins [[lein-ring "0.9.7"]
[lein-cljsbuild "1.1.5"]]
:clean-targets ^{:protect false} ["resources/public/js/compiled" "target"]