Skip to content

Commit 7cab4f7

Browse files
committed
fixup! feat!: add pluggable client authentication with JWT client assertions
1 parent 9efbf37 commit 7cab4f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/handlers/token-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class TokenHandler {
114114
* Get the client from the model.
115115
*
116116
* Client authentication is delegated to the configured authentication
117-
* methods (see {@link module:client-authentication}). The single method
117+
* methods (see the client authentication guide). The single method
118118
* that matches the request resolves and verifies the client; supported out
119119
* of the box are HTTP Basic, request-body credentials and public clients,
120120
* plus any methods added via `extendedClientAuthentication` (e.g. JWT

0 commit comments

Comments
 (0)