Fork me on GitHub
#admin-announcements
<
2015-10-09
>
flyboarder20:10:21

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

sventechie22:10:46

@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

flyboarder22:10:55

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

sventechie22:10:22

current wrap-session enables anti-forgery by default