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 should know that all the core endpoints implement proper authentication.
Review existing tests (e.g. in apiAuth and apiAuthOcs suites). Enhance the test scenarios so that:
all endpoints are covered (webDAV, OCS, sharing-comments-tags...) with all actions (GET/PUT/POST/PROPFIND...)
test with sending no authentication
test with sending valid UID but no password
test with sending valid UID but wrong password
test with sending an invalid UID but the correct password of the user concerned
test with sending the authentication (UID plus correct password) of another user (to make sure one user cannot access another user's data without proper sharing-permissions)
We should know that all the core endpoints implement proper authentication.
Review existing tests (e.g. in
apiAuth
andapiAuthOcs
suites). Enhance the test scenarios so that:This came from the big issue #297
The text was updated successfully, but these errors were encountered: