Hi everyone,
I’m currently integrating the White-Label App and need to set up authentication.
As part of the authentication process, the user should receive a JWT token, but I’m only getting an access token instead. I came across a community post mentioning that passing the audience
parameter can help obtain a valid JWT access token. However, I’m unsure how to implement this in my code.
Here is my code: GitHub.
Could someone guide me on how to properly retrieve a valid JWT token? I’d really appreciate any help or insights.