Make options optional

Revert default routes
Update documentation
This commit is contained in:
René Preuß
2023-04-08 18:26:18 +02:00
parent 1560ae2038
commit 734b495ec0
6 changed files with 25 additions and 35 deletions

View File

@@ -4,6 +4,9 @@ export default defineNuxtConfig({
ssr: false,
oauth: {
redirect: {
home: '/home'
},
clientId: '98e1cb74-125a-4d60-b686-02c2f0c87521',
scope: ['user:read']
},