#10740 closed enhancement (fixed)
Filter the cookie scheme in auth_redirect()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | General | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Currently every admin URL requires an auth cookie. While trying to integrate upload on the front-end side I found I needed to be able to run admin code with logged_in cookie, only.
The patch adds a filter for the scheme inside auth_redirect(), the function which makes the actual log-in check.
Attachments (1)
Note: See
TracTickets for help on using
tickets.

(In [11905]) Filter the cookie scheme in auth_redirect(). Props nbachiyski. fixes #10740