Skip to content

Use Token as the authorization type.

Abhilash Raj requested to merge maxking/mailman-hyperkitty:token into master

Since standard Authorization header has a format of

Authorization: <type> <value>

This commit uses Token to be used so we can have a standard use of the Authorization header. This can be used by Hyperkitty in future to separately authenticate based on different types of authorization mechanisms.

Merge request reports