ralhei / pyRserve

A python client for Rserve (network layer to remote R server)
Other
47 stars 13 forks source link

Is remote authentication possible? #4

Open hsharrison opened 10 years ago

hsharrison commented 10 years ago

Just found this package, I think it will be useful. I configured my Rserve to require authentication, but I can't figure out how to reciprocate on the client.

ralhei commented 10 years ago

Hi Henry, sorry, authentication is not yet implemented for the pyRserve client side, for now I fear you have to live with an open connection. Cheers, Ralph

shadiakiki1986 commented 6 years ago

Hello. Would a PR for authentication be ok with you?

yiannis-kt commented 5 years ago

Hi, is pyRserve still not supporting authentication?

ralhei commented 5 years ago
Hi Yiannis,
no, unfortunately nobody has contributed any code to support
  authentication, and I have no time to implement it myself ... 

Ralph
shadiakiki1986 commented 5 years ago

I had implemented authentication for a similar project via a PR at the below link. It might be useful for future suggested PR here.

https://github.com/cturbelin/rserve-php/pull/1

yiannis-kt commented 5 years ago

Thanks both for prompt replies.