We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa10053 commit 3b3f4e5Copy full SHA for 3b3f4e5
05-Token-Renewal/src/Auth/auth0-variables.js.example
@@ -0,0 +1,5 @@
1
+export const AUTH_CONFIG = {
2
+ domain: '{DOMAIN}',
3
+ clientId: '{CLIENT_ID}',
4
+ callbackUrl: 'http://localhost:3000/callback'
5
+}
0 commit comments