We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9252d commit f6f8ae6Copy full SHA for f6f8ae6
src/module.ts
@@ -96,7 +96,8 @@ export default defineNuxtModule<ModuleOptions>({
96
runtimeConfig.oauth.auth0 = defu(runtimeConfig.oauth.auth0, {
97
clientId: '',
98
clientSecret: '',
99
- domain: ''
+ domain: '',
100
+ audience: ''
101
})
102
// Microsoft OAuth
103
runtimeConfig.oauth.microsoft = defu(runtimeConfig.oauth.microsoft, {
0 commit comments