Skip to content

Commit 4d9cc0b

Browse files
authored
更新 03-鉴权服务.md
1 parent 8cf8acb commit 4d9cc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/chinese/03-鉴权服务.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ package handler
4242

4343
```
4444

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

4747

4848

0 commit comments

Comments
 (0)