mirror of
https://github.com/bitinflow/nuxt-oauth.git
synced 2026-03-13 13:45:59 +00:00
Add cookie options
Bump axios version Change default urls to example.com Update documentation
This commit is contained in:
@@ -7,6 +7,11 @@ export default defineNuxtConfig({
|
||||
redirect: {
|
||||
home: '/home'
|
||||
},
|
||||
cookies: {
|
||||
options: {
|
||||
domain: '*.own3d.pro'
|
||||
}
|
||||
},
|
||||
clientId: '98e1cb74-125a-4d60-b686-02c2f0c87521',
|
||||
scope: ['user:read']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user