Page MenuHomePhabricator

Edit token should not be required when an Authorization (OAuth) header is present
Closed, DuplicatePublic

Description

When using OAuth for write actions, a token should not be required. Since cookies are not being used for authentication/authorization, then the authorization is stateless and retrieving an edit token is an unnecessary step that does not add any additional security.

Perhaps it would be best to ignore any cookies / sessions when the Authorization header is present?

Event Timeline

dbarratt renamed this task from Edit token should not be required when an Authorization header is present (OAuth). to Edit token should not be required when an Authorization (OAuth) header is present.Jul 12 2017, 4:37 PM
dbarratt updated the task description. (Show Details)
This comment was removed by dbarratt.