How to inject auth, provided by clerk, header by middleware of openapi-fetch
I wanna build a webside, using clerk as user managerment and openapi-typescript to build fetch client. but I encounter a problem that I cannot inject auth token through middleware of openapi-fetch, because useAuth() only can be used in Compenent, and Auth() method only can be used in Server side.