Recommended way to authenticate CLI? #1137
Unanswered
sam-potter
asked this question in
Help
Replies: 1 comment
-
I'd actually implement this by yourself. Sessions, even when used as bearer tokens, are meant for applications. Just generate a random string with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As title says, but just wondering if there's a recommended way to authenticate a CLI.
Is it possible to generate a bearer token for a given user that doesn't expire, which they could paste into the CLI to be saved locally?
Beta Was this translation helpful? Give feedback.
All reactions