realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Add incomplete ApiKeyAuthTests

Open JacobOscarGunnarsson opened this issue 3 years ago • 0 comments

Currently we are working on enabling an api-key authprovider. We've tried to capture the behaviour of what happens when requests are performed against the provider when it's disabled. Unfortunately the behaviour seems somewhat inconsistent. For instance if a request to create a key is made, a key is returned, however it does not exist in the server. Once a more consistent behaviour is created we should implement callMethodsWithApiKeysDisabled

JacobOscarGunnarsson avatar Oct 17 '22 08:10 JacobOscarGunnarsson