Skip to content

Commit

Permalink
更新 03-鉴权服务.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaelemmmm authored Apr 10, 2024
1 parent 8cf8acb commit 4d9cc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/chinese/03-鉴权服务.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ package handler

```

我们可以看到在路由中给我们使用了rest.WithJwt , 就是针对一组路由使用了jwt鉴权,具体实现可以去看一下rest.WithJwt源码,go-zero jwt还实现了自动刷新token功能,这个留给大家自己去查看源码发现一下
我们可以看到在路由中给我们使用了rest.WithJwt , 就是针对一组路由使用了jwt鉴权,具体实现可以去看一下rest.WithJwt源码。



Expand Down

0 comments on commit 4d9cc0b

Please sign in to comment.