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
Currently around 75% are happy paths. More tests for authz, authn, to test app for breakage. Test that only specific fields are returned. Error when trying to access forbidden. That app does not leak info about data, for example user can read name, but if user provides where id = 1 he can indirectly find out id.
This is currently all working correctly, but there should be tests for this
The text was updated successfully, but these errors were encountered:
Currently around 75% are happy paths. More tests for authz, authn, to test app for breakage. Test that only specific fields are returned. Error when trying to access forbidden. That app does not leak info about data, for example user can read name, but if user provides where id = 1 he can indirectly find out id.
This is currently all working correctly, but there should be tests for this
The text was updated successfully, but these errors were encountered: