unionai/uctl

Raise warning if no keyring is available on system

Opened this issue · 0 comments

When no keyring is available, any login credentials are only cached in memory instead of on disk. This means the cache does not persist, requiring the user to login for every command. Raising a warning and suggesting an alternative e.g. pip install keyrings.alt or using a ClientSecret would be a better UX.