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 need to be extra careful that authorization requests are always denied when we expect them to be.
We should have tests that verify all these possibilities/code paths.
In general, it would be better to deny a valid request due to a mistake in the code, than to let an invalid authorization request through because some function returned nil when it shouldn't have.
The text was updated successfully, but these errors were encountered:
We need to be extra careful that authorization requests are always denied when we expect them to be.
We should have tests that verify all these possibilities/code paths.
In general, it would be better to deny a valid request due to a mistake in the code, than to let an invalid authorization request through because some function returned nil when it shouldn't have.
The text was updated successfully, but these errors were encountered: