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
The fw import feature supports API imports. Currently the token is plain text. It would be nice to support password encrypted tokens and prompt the user when the import feature is actually needed.
The text was updated successfully, but these errors were encountered:
Alternatively there's really no need (that I see) to have the token persisted in the configuration. Why not just request it as password input when necessary/on-demand?
If you're getting a password from your password manager when you need the feature, you might as well just get the token out of it and done.
bomgar
changed the title
Support password encrypted Token for github/gitlab/...
Protect Token for github/gitlab/... somehow
Mar 12, 2021
The
fw
import feature supports API imports. Currently the token is plain text. It would be nice to support password encrypted tokens and prompt the user when the import feature is actually needed.The text was updated successfully, but these errors were encountered: