Skip to content
New issue

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

@UseGuards(AuthGuard('local')) 无效问题 #19

Closed
Jsmond2016 opened this issue Sep 26, 2021 · 2 comments
Closed

@UseGuards(AuthGuard('local')) 无效问题 #19

Jsmond2016 opened this issue Sep 26, 2021 · 2 comments

Comments

@Jsmond2016
Copy link

作者你好,通过你的 B 站视频,跟到 jwt 这一小节知识的时候,发现 我得不到和你一样的效果;创建用户始终都是报 401 没有权限。只有去掉 @UseGuards(AuthGuard('local')) 装饰器才能正常返回 token;

我下载了你的代码本地跑起来,发现也是一样的问题。@UseGuards(AuthGuard('local')) 这个装饰器没有正确 【跳过鉴权】

查看了文档,这种用法在nest官方文档中确实是可以的;

image

但是不知道具体为什么没有出现预期效果?

作者大大有空可以帮助看一下吗?万分感谢~~~

我的 nest 仓库地址:https://github.com/Jsmond2016/nest-demo

@Jsmond2016
Copy link
Author

作者你好,通过你的 B 站视频,跟到 jwt 这一小节知识的时候,发现 我得不到和你一样的效果;创建用户始终都是报 401 没有权限。只有去掉 @UseGuards(AuthGuard('local')) 装饰器才能正常返回 token;

我下载了你的代码本地跑起来,发现也是一样的问题。@UseGuards(AuthGuard('local')) 这个装饰器没有正确 【跳过鉴权】

查看了文档,这种用法在nest官方文档中确实是可以的;

image

但是不知道具体为什么没有出现预期效果?

作者大大有空可以帮助看一下吗?万分感谢~~~

我的 nest 仓库地址:https://github.com/Jsmond2016/nest-demo

诶,找到解决办法了,我的问题~~

@HeyiMaster
Copy link
Owner

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants