Skip to content

Instantly share code, notes, and snippets.

@da-blog
Created August 4, 2023 20:45
Show Gist options
  • Save da-blog/49a6fc183d9fa2b1b0fe49f544927414 to your computer and use it in GitHub Desktop.
Save da-blog/49a6fc183d9fa2b1b0fe49f544927414 to your computer and use it in GitHub Desktop.
<Auth0Provider
domain={config.domain}
client_id={config.clientId}
redirect_uri={window.location.origin}
onRedirectCallback={onRedirectCallback}
+ audience={config.audience}
>
<App />
</Auth0Provider>,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment