Add cookie options

Bump axios version
Change default urls to example.com
Update documentation
This commit is contained in:
René Preuß
2024-10-04 10:00:48 +02:00
parent ef07ddb80e
commit 1c05acbcdd
8 changed files with 123 additions and 25 deletions

View File

@@ -7,6 +7,11 @@ export default defineNuxtConfig({
redirect: {
home: '/home'
},
cookies: {
options: {
domain: '*.own3d.pro'
}
},
clientId: '98e1cb74-125a-4d60-b686-02c2f0c87521',
scope: ['user:read']
},