We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bd3fe commit 85be5e1Copy full SHA for 85be5e1
crates/handlers/src/oauth2/introspection.rs
@@ -228,7 +228,7 @@ pub(crate) async fn post(
228
) -> Result<impl IntoResponse, RouteError> {
229
if let Some(token) = credentials.bearer_token() {
230
// If the client presented a bearer token, we check with the homeserver
231
- // connection if it is allowed to use the introspection endpoint
+ // configuration if it is allowed to use the introspection endpoint
232
if !homeserver
233
.verify_token(token)
234
.await
0 commit comments