Skip to content

Commit 393390a

Browse files
committed
Allow write operations for anonymous
1 parent e2a4d83 commit 393390a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/request.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ function regRequest (uri, params, cb_) {
5353
} else if (alwaysAuth) {
5454
this.log.verbose('request', 'always-auth set; sending authorization')
5555
params.authed = true
56-
} else if (isWrite) {
57-
this.log.verbose('request', 'sending authorization for write operation')
58-
params.authed = true
5956
} else {
6057
// most of the time we don't want to auth
6158
this.log.verbose('request', 'no auth needed')

0 commit comments

Comments
 (0)