Clerk testing without a frontend
Hi,
I'm currently working on a project where we will use Clerk. I'm working on the backend and I'm starting the work earlier than the frontend.
I'm going to use an API Gateway authorizer to validate requests. I was wondering if there is a way to generate access tokens without having a frontend integration?
I would like to test all my authenticated endpoints using postman but not sure what's the best way to get an access token that I can use for all of my endpoints within Postman.
0 Replies