From 2e86e035bfc437ad306cdee4c8554deea6aac423 Mon Sep 17 00:00:00 2001 From: BlitheWells <1589439+BlitheWells@users.noreply.github.com> Date: Wed, 12 Feb 2020 20:55:47 +0800 Subject: [PATCH 1/4] Set theme jekyll-theme-slate --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c741881 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate \ No newline at end of file -- Gitee From 5f1b57ee840de45f854e37706a863c978b209fd3 Mon Sep 17 00:00:00 2001 From: "LeoLong.Wang" <8077135+leolong-wang@user.noreply.gitee.com> Date: Tue, 7 Feb 2023 01:53:37 +0000 Subject: [PATCH 2/4] add J2EE/JWT.md. jwt Signed-off-by: LeoLong.Wang <8077135+leolong-wang@user.noreply.gitee.com> --- J2EE/JWT.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 J2EE/JWT.md diff --git a/J2EE/JWT.md b/J2EE/JWT.md new file mode 100644 index 0000000..c40c543 --- /dev/null +++ b/J2EE/JWT.md @@ -0,0 +1,3 @@ +一篇介绍JWT的文章 + +[jwt](https://zhuanlan.zhihu.com/p/86937325) \ No newline at end of file -- Gitee From a24c8d953c1e56688f2ddb916b668184699175e8 Mon Sep 17 00:00:00 2001 From: "LeoLong.Wang" <8077135+leolong-wang@user.noreply.gitee.com> Date: Tue, 7 Feb 2023 01:54:19 +0000 Subject: [PATCH 3/4] update J2EE/JWT.md. Signed-off-by: LeoLong.Wang <8077135+leolong-wang@user.noreply.gitee.com> --- J2EE/JWT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/J2EE/JWT.md b/J2EE/JWT.md index c40c543..c28d52a 100644 --- a/J2EE/JWT.md +++ b/J2EE/JWT.md @@ -1,3 +1,3 @@ 一篇介绍JWT的文章 -[jwt](https://zhuanlan.zhihu.com/p/86937325) \ No newline at end of file +[JWT - JSON Web Token](https://zhuanlan.zhihu.com/p/86937325) \ No newline at end of file -- Gitee From d433202e059f48016898f84a60e59c2de3592482 Mon Sep 17 00:00:00 2001 From: "LeoLong.Wang" <8077135+leolong-wang@user.noreply.gitee.com> Date: Tue, 7 Feb 2023 01:58:47 +0000 Subject: [PATCH 4/4] update J2EE/JWT.md. Signed-off-by: LeoLong.Wang <8077135+leolong-wang@user.noreply.gitee.com> --- J2EE/JWT.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/J2EE/JWT.md b/J2EE/JWT.md index c28d52a..09ef5e9 100644 --- a/J2EE/JWT.md +++ b/J2EE/JWT.md @@ -1,3 +1,5 @@ 一篇介绍JWT的文章 -[JWT - JSON Web Token](https://zhuanlan.zhihu.com/p/86937325) \ No newline at end of file +[JWT - JSON Web Token](https://zhuanlan.zhihu.com/p/86937325) + +[更全面的介绍](https://cloud.tencent.com/developer/article/1802761) \ No newline at end of file -- Gitee