Breaking change in Allegra 9.0.0: Authentication tokens must be sent using the standard HTTP Bearer scheme. Prefix the value of the Authorization header with Bearer  — for example, Authorization: Bearer <token>. Requests that send a bare token without the Bearer prefix will be rejected.