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
Checkmate API doesn't have an authentication system for the third parties like plugins or a CLI. The only way to interact with the API is storing 4 different fields in the config file.
There are many disadvantages for the CLI side
People should use the User Level token and it has an expiration date.
UserID and TeamIDs are not listed anywhere in the UI, so people should extract it from the http requests.
Current Checkmate CLI Config for Testing Purposes Only
It should be easy to manage, modify and store. There is an example down below. API key and base URL should be enough. Other user and team related values can be fetched from the JWT Token Payload.
The text was updated successfully, but these errors were encountered:
Checkmate API doesn't have an authentication system for the third parties like plugins or a CLI. The only way to interact with the API is storing 4 different fields in the config file.
There are many disadvantages for the CLI side
It should be easy to manage, modify and store. There is an example down below. API key and base URL should be enough. Other user and team related values can be fetched from the JWT Token Payload.
The text was updated successfully, but these errors were encountered: