Voyz / ibeam

IBeam is an authentication and maintenance tool used for the Interactive Brokers Client Portal Web API Gateway.
Apache License 2.0
581 stars 115 forks source link

Use Ibeam as 3rd party oauth #181

Closed elcapitan88 closed 5 months ago

elcapitan88 commented 7 months ago

Is there a way to make this work where users will put in their own username and password instead of storing it within the code. I am trying to make it so my clients do not have to give me their login credentials.

Thanks for the insight

Voyz commented 7 months ago

Hey @elcapitan88 thanks for your question. Just to clarify one thing first:

Is there a way to make this work where users will put in their own username and password instead of storing it within the code.

The username and password is not stored within the code. It is supplied to a running IBeam instance as environment variables or other types of secrets. See the documentation for more: https://github.com/Voyz/ibeam/wiki/Advanced-Secrets

I am trying to make it so my clients do not have to give me their login credentials.

This sounds like an implementation detail of your platform that you'd need to figure out on your end. If there is some potential extension to IBeam that would make this easier for you, please feel free to elaborate.

Voyz commented 5 months ago

I'm going to close this issue due to inactivity. Thanks for your contribution and please feel free to request a reopen if you'd like to continue the discussion 👍