Skip to content

Token expiry cannot be detected by application anymore #34

Description

@situokko

As JwtAuthFilter was changed in 0.9->1.0, the Authenticator no more get called if token has been expired.

In my app I handle it as a "soft" error, and provide user easy path to re-authenticate. However now as the filter already detects it and directly throws InvalidJwtException => WebApplicationException, and hides the fact that it was only expired. There is no way in intervene.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions