Skip to content

feat: Introduce authentication helper#1329

Merged
gtema merged 1 commit intomainfrom
auth
Jul 6, 2025
Merged

feat: Introduce authentication helper#1329
gtema merged 1 commit intomainfrom
auth

Conversation

@gtema
Copy link
Owner

@gtema gtema commented Jul 6, 2025

Not always all authentication data can be provided in the config (totp
token, jwt, ...). Till now a dialoger crate was used to interactively
ask for the missing data. This works well in cli, but is absolutely
unsiutable in TUI. Intriduce an AuthHelper trait that can be used as a
sort of callback functionality to allow client to provide necessary
functionality.

Not always all authentication data can be provided in the config (totp
token, jwt, ...). Till now a dialoger crate was used to interactively
ask for the missing data. This works well in cli, but is absolutely
unsiutable in TUI. Intriduce an AuthHelper trait that can be used as a
sort of callback functionality to allow client to provide necessary
functionality.
@gtema gtema merged commit f989c75 into main Jul 6, 2025
19 checks passed
@gtema-release-plz gtema-release-plz bot mentioned this pull request Jul 1, 2025
@gtema-release-plz gtema-release-plz bot mentioned this pull request Jul 18, 2025
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

Successfully merging this pull request may close these issues.

1 participant