Make API key `keyExists` return the key if it is found
nathan-fiscaletti opened this issue · 1 comments
nathan-fiscaletti commented
Currently, APIKey will return a boolean from the keyExists
function. Instead, return the APIKey object.
nathan-fiscaletti commented
Fixed in PR #98