feat: tokens#4380
Conversation
bpmct
left a comment
There was a problem hiding this comment.
Are "machine key" and "personal access token" interchangeable?
I prefer PAT / "token", but don't have strong feelings either way, especially if the behaviors are the same. The main rationale is I haven't seen "machine key" used commonly in software like this, but 🤷🏼
|
I find "machine key" a bit confusing as we have machine keys in Tailscale as well. |
|
machine key is programmer codename 100% - it's because the data model is an api key with the login type "machine". I can change this to whatever makes the most sense for product. In v1 we used |
|
Tokens makes sense to me! |
deansheather
left a comment
There was a problem hiding this comment.
Looks fine but you still say "machine token" in a lot of places. Also, using both "api key" and "token" and "key" and "session token" for the same thing is confusing and we should just stick to one where possible IMO
Closes #3692