[Flow] Read Authorization Header

Karsten Dambekalns karsten at typo3.org
Thu Sep 25 13:46:11 CEST 2014


Hi.

On 25.09.2014, at 10:07, David Sporer <david.sporer at gmail.com> wrote:
> Is there a standard way to read the Authorization Header in the
> RestController? I have a unique API-Key per user that is used to check if
> the user is authorized but I haven't found a method to read the
> Authorization Header.

Just write an implementation of SessionlessTokenInterface :) Accessing headers can be seen in the UsernamePasswordHttpBasic token class.

Regards,
Karsten


More information about the Flow mailing list