Create token from CLI
I have a API server with BetterAuth installed. Now, I need to test it but still I don't have a front end. How to create a token from the command line? Better with curl.
Also, I need to to be able to use other protected endpoints with Postman.
1 Reply
Ok, using the OpenAPI UI integration works for me.
Maybe all endpoinds should be published in the doc. If you have the OpenAPI definition it should be easy to do.