This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-09
Channels
- # admin-announcements (9)
- # boot (114)
- # cider (15)
- # cljs-dev (10)
- # clojure (35)
- # clojure-boston (5)
- # clojure-dev (39)
- # clojure-greece (1)
- # clojure-japan (10)
- # clojure-nl (3)
- # clojure-poland (2)
- # clojure-russia (10)
- # clojure-sg (8)
- # clojure-switzerland (1)
- # clojure-uk (34)
- # clojurescript (76)
- # clojurescript-ios (3)
- # clojurewerkz (1)
- # clojurex (9)
- # cursive (3)
- # datomic (1)
- # devcards (137)
- # emacs (5)
- # events (1)
- # hoplon (99)
- # jobs (1)
- # ldnclj (50)
- # off-topic (1)
- # om (3)
- # onyx (10)
- # re-frame (4)
- # reagent (1)
- # ring-swagger (15)
- # yada (35)
is anyone able to help explain using friend with ring? specifically im trying to submit my login form to authenticate with friend and im being redirected to a strange response
@flyboarder: I think we'll need more info. You could have an anti-forgery problem (see example here https://github.com/edbond/CSRF ). Here's some example code that might be slightly out of date: https://github.com/sventechie/friendui-sql-example/blob/master/src/friendui_sql_example/handler.clj
@sventechie: sure, I am not using anti-forgery as far as I know.
current wrap-session
enables anti-forgery by default