From be93a892392941da320f92dc2fabf2d8e92bb8a9 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 11 Sep 2023 08:32:15 +0800 Subject: [PATCH] Self-review --- docs/docs/security.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/security.md b/docs/docs/security.md index de1acb5e..01918059 100644 --- a/docs/docs/security.md +++ b/docs/docs/security.md @@ -37,7 +37,7 @@ validator below: :::note -Note that the implementation below depends on 2 JWT libraries: +Note that the implementation[^1] below depends on 2 JWT libraries: ```xml @@ -214,6 +214,8 @@ public class ES384JwtTokenValidator implements AccessTokenValidator { } ``` +[^1]: https://stackoverflow.com/a/58965516 + [BinderFactory]: https://github.com/QubitPi/jersey-ws-template/blob/master/src/main/java/com/qubitpi/ws/jersey/template/application/BinderFactory.java [OAuth 2 access token]: https://www.oauth.com/oauth2-servers/access-tokens/