Nick Pellant

Results 4 issues of Nick Pellant

This method returns the status of the client. It can be used like so: ```ruby DRbObject.new_with_uri("druby://localhost:1992").ib_client_connected? ``` This is useful for liveness probes and health checks when running in a...

Hi there! 👋 This change introduces the ability to pass hosts to `bin/ibproxy` other than `localhost`. This was something I needed to get `ib_ruby_proxy` working with Docker.

This change makes it possible to rename the sign in/out routes that passwordless uses via configuration. Example: ```ruby Passwordless.configure do |config| config.sign_in_path_name = 'login' config.sign_out_path_name = 'logout' end ```