bcwik9 / robinhood-on-rails

A web dashboard for the free trading platform Robinhood using Ruby on Rails and a private API
MIT License
149 stars 53 forks source link

Robinhood changed Login API endpoint #39

Closed x64bytes closed 5 years ago

x64bytes commented 5 years ago

The Login URL has been changed and the auth token process have been changed as it now uses Oauth2 and Bearer. Any chance the code will reflect these changes soon?. I am trying from my end, but it seems I need to change more than few places. Thanks

x64bytes commented 5 years ago

At last, I think I temporarily fixed the Login API. Not requesting a Pull because the code may not be clean as I changed few lines and is my first Ruby code changes.

FYI:- https://github.com/in4sometech/robinhood-on-rails/tree/Login-API-Fix image

bcwik9 commented 5 years ago

Thanks for posting! I have a login auth change in my crypto branch but that isn't in master yet

bcwik9 commented 5 years ago

I updated the master branch today to support new oauth logins.

x64bytes commented 5 years ago

I updated the master branch today to support new oauth logins.

Thank You, Just tested it. :)

frakman1 commented 4 years ago

Does this still work? I was unable to login with the master code today

bcwik9 commented 4 years ago

I just updated the code. See https://github.com/bcwik9/robinhood-on-rails/issues/50#issuecomment-620230682

frakman1 commented 4 years ago

I just updated the code. See #50 (comment)

Like a boss!