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
We should add an API to fetch information about an API key, not test the value in the database. In v1 this led to an inconsistent API pattern, and we'll approach it similarly in v2 if we don't fix it early.
The text was updated successfully, but these errors were encountered:
This allows us to circumvent creating APIs for users to extract data to ensure our API is functional.
coder/coderd/users_test.go
Lines 149 to 154 in 437066c
We should add an API to fetch information about an API key, not test the value in the database. In v1 this led to an inconsistent API pattern, and we'll approach it similarly in v2 if we don't fix it early.
The text was updated successfully, but these errors were encountered: