Skip to content

check the latency introduced by the useAuth requests middleware #14

@todo

Description

@todo

//TODO check the latency introduced by the useAuth requests middleware
private async useAuth(
requestConfig: AxiosRequestConfig
): Promise<AxiosRequestConfig> {
const newToken = await this.auth.getToken();
requestConfig.headers["Authorization"] = `bearer ${newToken}`;


This issue was generated by todo based on a TODO comment in 478ec25 when #13 was merged. cc @Apolofx.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions