What data should be sent from the client to use clerk middleware?
I'm working on a react-native app using expo. The back-end is built using nodejs & hono. I'm using clerk middleware to handle auth. What data should be sent from the client to authenticate requests(tokens, ids...) ?
1 Reply
Generally you do a JWT with the user id in the payload