Opened 16 years ago
Closed 16 years ago
#9320 closed defect (bug) (fixed)
always call wp_authenticate from AtomPub
Reported by: | wnorris | Owned by: | josephscott |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | AtomPub | Keywords: | has-patch |
Focuses: | Cc: |
Description
The included patch makes a small change to the AtomPub code which causes it to always attempt user authentication via wp_authenticate(). Previously, it was only making this call if the BasicAuth server parameters were set. In order for OAuth (or any alternate authentication mechanism) to work wp_authenticate() must always be called in order to give them a chance to authenticate the request.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [10771]) Always wp_authenticate in wp-app. Props wnorris. fixes #9320