0👍
This one should work fine IMO
nuxt.config.js
auth: {
strategies: {
local: {
token: {
property: 'my_cool_token',
},
},
},
},
Source:stackexchange.com
0👍
This one should work fine IMO
nuxt.config.js
auth: {
strategies: {
local: {
token: {
property: 'my_cool_token',
},
},
},
},