Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Ibeam as 3rd party oauth #181

Open
elcapitan88 opened this issue Apr 24, 2024 · 1 comment
Open

Use Ibeam as 3rd party oauth #181

elcapitan88 opened this issue Apr 24, 2024 · 1 comment

Comments

@elcapitan88
Copy link

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
Copy link
Owner

Voyz commented Apr 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants