ignoreAuthForPaths property

List<String> ignoreAuthForPaths
final

API paths that should skip authentication checks.

Requests to these paths will not trigger token refresh even if the JWT is expired. Useful for public endpoints like login, registration, or health checks.

Implementation

final List<String> ignoreAuthForPaths;