This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Missing token introspection #48
Labels
pull requests welcome
An issue that we would like to see fixed, but don't have the time for to fix them personally
The library is missing the token introspection as defined in the standard: https://datatracker.ietf.org/doc/html/rfc7662
A consequence of this is that even if a user has been disabled on the keycloak side, if a user still has a valid JWT that was generated before, the library will still consider it to be valid. We'll have to wait until the JWT expiration time (that could last for long..) before a user can be considered as completely blocked.
A very simple piece of code that can handle this:
The text was updated successfully, but these errors were encountered: