-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
I am not able to get angular to allow POST for login. I have followed your README and other issues posted but still get the same error. Logging into devise from rails side works fine. I have also added
def set_csrf_cookie_for_ng
cookies['XSRF-TOKEN'] = form_authenticity_token if protect_against_forgery?
end
def verified_request?
super || valid_authenticity_token?(session, request.headers['X-XSRF-TOKEN'])
end
to my application controller and ...
to my main app config. Based off all the documentation I have read this should be working.
YossiCohen
Metadata
Metadata
Assignees
Labels
No labels