You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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).
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.
The text was updated successfully, but these errors were encountered: