Rank 2: Process
Hi there,
I have a function which should act like a user in most ways and therefore init the client with a JWT token. Now I want to test the method, but I cannot find any way to generate a jwt token for a test user I created.
Is there a way to do this?
Cheers! 