Support Custom Authorization Headers

Created on 1 November 2023, about 1 year ago
Updated 16 February 2024, 9 months ago

Problem/Motivation

I've also always been assuming we'd allow 'custom' auth, but realizing it wasn't stated explicitly here. @mglaman brought up a relevant example in slack based on our POC basic auth:

I just read through this โ€“ is there a plan to support and else if type isnโ€™t Basic and doing something like
headers.set(
"Authorization",
`${this.authentication.type} ${this.authentication.content}`,
);

that way other authorization header values โ€œjust workโ€

https://drupal.slack.com/archives/C05BP6659U0/p1695309895086679?thread_t...

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

โœจ Feature request
Status

Fixed

Component

Code

Created by

๐Ÿ‡บ๐Ÿ‡ธUnited States brianperry

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024