We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者你好,通过你的 B 站视频,跟到 jwt 这一小节知识的时候,发现 我得不到和你一样的效果;创建用户始终都是报 401 没有权限。只有去掉 @UseGuards(AuthGuard('local')) 装饰器才能正常返回 token;
我下载了你的代码本地跑起来,发现也是一样的问题。@UseGuards(AuthGuard('local')) 这个装饰器没有正确 【跳过鉴权】
查看了文档,这种用法在nest官方文档中确实是可以的;
但是不知道具体为什么没有出现预期效果?
作者大大有空可以帮助看一下吗?万分感谢~~~
我的 nest 仓库地址:https://github.com/Jsmond2016/nest-demo
The text was updated successfully, but these errors were encountered:
作者你好,通过你的 B 站视频,跟到 jwt 这一小节知识的时候,发现 我得不到和你一样的效果;创建用户始终都是报 401 没有权限。只有去掉 @UseGuards(AuthGuard('local')) 装饰器才能正常返回 token; 我下载了你的代码本地跑起来,发现也是一样的问题。@UseGuards(AuthGuard('local')) 这个装饰器没有正确 【跳过鉴权】 查看了文档,这种用法在nest官方文档中确实是可以的; 但是不知道具体为什么没有出现预期效果? 作者大大有空可以帮助看一下吗?万分感谢~~~ 我的 nest 仓库地址:https://github.com/Jsmond2016/nest-demo
诶,找到解决办法了,我的问题~~
Sorry, something went wrong.
Nice
No branches or pull requests
作者你好,通过你的 B 站视频,跟到 jwt 这一小节知识的时候,发现 我得不到和你一样的效果;创建用户始终都是报 401 没有权限。只有去掉 @UseGuards(AuthGuard('local')) 装饰器才能正常返回 token;
我下载了你的代码本地跑起来,发现也是一样的问题。@UseGuards(AuthGuard('local')) 这个装饰器没有正确 【跳过鉴权】
查看了文档,这种用法在nest官方文档中确实是可以的;
但是不知道具体为什么没有出现预期效果?
作者大大有空可以帮助看一下吗?万分感谢~~~
我的 nest 仓库地址:https://github.com/Jsmond2016/nest-demo
The text was updated successfully, but these errors were encountered: