Skip to content

Commit

Permalink
Self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Sep 11, 2023
1 parent 9f90665 commit be93a89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
Expand Down Expand Up @@ -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/

0 comments on commit be93a89

Please sign in to comment.