anthonychwong / auth0-flutter-web

Wrapper of Auth0 SPA SDK for Flutter Web
BSD 3-Clause "New" or "Revised" License
8 stars 11 forks source link

Not able to createAuth0Client #13

Open smedic opened 1 year ago

smedic commented 1 year ago
auth0 = await createAuth0Client(Auth0ClientOptions(
      domain: Config.auth0Domain,
      client_id: Config.auth0ClientIdWeb,
    ));

Applications hangs at this creation without any warning or issue. Any idea why? Just stuck there.