You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/JWTAuthenticator.java
+5-3
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ public AuthenticationContext authenticate(RequestContext requestContext) throws
193
193
}
194
194
// Handle PAT logic
195
195
if (isPATEnabled && token.startsWith(APIKeyConstants.PAT_PREFIX)) {
0 commit comments