gamebox-dev / gamebox-api

API for managing a game collection
GNU Affero General Public License v3.0
0 stars 2 forks source link

401 when attempting to use SearchGames #12

Open FusTaFah opened 1 week ago

FusTaFah commented 1 week ago

Using SearchGames returns a 401. On inspection, it's because the auth token is being compared to null instead of

string.IsNullOrWhitespace(string quarry)