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

Missing Authentication #27

Open
randoogle opened this issue Apr 20, 2020 · 2 comments
Open

Missing Authentication #27

randoogle opened this issue Apr 20, 2020 · 2 comments

Comments

@randoogle
Copy link

Did this feature get removed? Looking at the feature playlist, I can see that GetIt used to support authentication a few years ago: https://youtu.be/ueBDXKY3WI4
I'm running 4.0.9 Flatpak version, and I can't find any way to add authentication.

@bartkessels
Copy link
Owner

Hello, that's right before GetIt supported basic authentication but since the rewrite from Python to C the authentication has been removed. But I'm planning on adding it back in the rewrite to Qt (I've been missing it too).

@bartkessels
Copy link
Owner

bartkessels commented Apr 2, 2021

Register basic authentication widget to the MainWindow's registerInformationView method.
Perhaps create a completely new AuthenticationWidget which can be extended with other auth methods like OAuth or JWT (can also be done by creating a different widget for each method).

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

No branches or pull requests

2 participants