admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
2015-10-09T07:55:46.000096Z

http://pulse.vigiglo.be/#/vigiglobe/RWC

flyboarder 2015-10-09T20:06:21.000117Z

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

sventechie 2015-10-09T22:11:46.000118Z

@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

flyboarder 2015-10-09T22:16:55.000120Z

@sventechie: sure, I am not using anti-forgery as far as I know.

sventechie 2015-10-09T22:18:22.000123Z

current wrap-session enables anti-forgery by default

flyboarder 2015-10-09T22:18:28.000124Z

ah

flyboarder 2015-10-09T22:18:30.000125Z

ok

sventechie 2015-10-09T22:18:55.000126Z

https://github.com/ring-clojure/ring-defaults/issues/14