gpt4 book ai didi

jwt - Nuxt.js + nuxt-auth 模块刷新jwt

转载 作者:行者123 更新时间:2023-12-05 07:27:56 24 4
gpt4 key购买 nike

我在 nuxt.js 上有前端服务器,在带有 django-rest-framework 的 django 中有后端。谁能给我一个使用 nuxt-auth 本地策略刷新 jwt token 的例子?我尝试在 vuex 存储中保存 token ,但此代码返回未定义

var dr = await this.$auth
.loginWith('local', {
data: {
username: this.username,
password: this.password
}
})
.then(response => {
console.log(response)
})
.catch(e => {
this.error = e + ''
})

最佳答案

您可以使用自定义策略来保存 refreshToken:https://auth.nuxtjs.org/reference/schemes

auth: {
strategies: {
local: { _scheme: '~/app/myCustomLocalStrategy.js', /* ... */ }
}
}

关于jwt - Nuxt.js + nuxt-auth 模块刷新jwt,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53691022/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com