Created
November 8, 2020 19:17
-
-
Save DoctorDerek/d6cc4c636d395d1c52463af2df1ab175 to your computer and use it in GitHub Desktop.
Modified Gatsby config file part 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
}, | |
{ | |
resolve: `gatsby-theme-auth0`, | |
options: { | |
domain: process.env.AUTH0_DOMAIN, | |
clientID: process.env.AUTH0_CLIENT_ID, | |
redirectUri: process.env.AUTH0_CALLBACK_URL, | |
// Optional fields: | |
// audience: process.env.AUTH0_AUDIENCE, | |
// responseType: process.env.AUTH0_RESPONSE_TYPE, | |
// scope: process.env.AUTH0_SCOPE, | |
// callbackPath: "/auth/callback", | |
}, | |
}, | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment