From b2cab055818e4301601b6783722c50113991efb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=99=AF=E9=98=B3?= Date: Sat, 13 Nov 2021 10:13:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=B7=BB=E5=8A=A0request-id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce000e5..b4d715b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# shrio 使用 token 进行认证 +# shiro 使用 token 进行认证 ### 背景 在一些老项目中,可能使用shiro进行权限认证和校验,而shiro是基于cookie/session的, @@ -7,5 +7,11 @@ 所以,基于此背景,对老项目的shiro框架进行一番改造,使得支持token的认证方式,又不影响旧代码。 +### 日志 +* 11月13日 +添加RequestId +* 10月30日 +初始化项目,添加shiro使用token认证 + ### 关注公众号 ![公众号](https://gitee.com/anyin/shiro-to-token/raw/master/qrcode.png "公众号")