I have succesfully set up OAuth with a custom Clerk.dev OAuth.
I can sign in and authenticate but I cant validate the token on my server. The validation code on my server was working fine for other calls witht he clerk token.
On inspection, the token sent by OpenAI doesn't appear to be a full JWT as it doesn't have the "." seperated parts.
What is the token being returned here? Is it JWT or is it something else. How would I validate it on the server.