bcwik9 / robinhood-on-rails

A web dashboard for the free trading platform Robinhood using Ruby on Rails and a private API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActionController::InvalidAuthenticityToken

geanttechnology opened this issue · comments

Hi am having this issue when trying to login:

def handle_unverified_request
raise ActionController::InvalidAuthenticityToken
end
end
end

Am I missing on a step?

By the way, it is worth noting that I only receive that issue when I use https. Is there something I need to change to make https work

Have you done the steps listed in https://www.pluralsight.com/guides/ruby-ruby-on-rails/using-https-with-ruby-on-rails, or have used HTTPS before? This project as it is right now is not set up for HTTPS.

Closing this for now, feel free to reopen if there are still issues.