Skip to content

Commit 3b3f4e5

Browse files
kjkurtzstevehobbsdev
authored andcommitted
Add missing auth0-variables example from tutorial 05 (#116)
1 parent aa10053 commit 3b3f4e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)