Bug in httpAction, Authorization Bearer not working. Identity is null
On the documentation https://docs.convex.dev/auth/functions-auth#http-actions
it says that if I put an Authorization token then ctx.auth.getUserIndentity should return the user, however this is broken.
Seems like it get stripped because its not even visible in the preflight
I'm using clerk as auth provider if that helps.

