Skip to content

Commit f6f8ae6

Browse files
authored
fix: add audience to auth0 runtime config types (#27)
1 parent 2c9252d commit f6f8ae6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ export default defineNuxtModule<ModuleOptions>({
9696
runtimeConfig.oauth.auth0 = defu(runtimeConfig.oauth.auth0, {
9797
clientId: '',
9898
clientSecret: '',
99-
domain: ''
99+
domain: '',
100+
audience: ''
100101
})
101102
// Microsoft OAuth
102103
runtimeConfig.oauth.microsoft = defu(runtimeConfig.oauth.microsoft, {

0 commit comments

Comments
 (0)