79221495

Date: 2024-11-25 02:52:59
Score: 0.5
Natty:
Report link

I've found a way to make it work by adding the audience as parameter when login.

final credentials = await auth0.webAuthentication().login(useHTTPS: true, audience: 'YOUR_AUTH0_API_IDENTIFIER');
final access_token = credentials.access_token; // Valid JWT token
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: nono