Currently, only the token's signature and expiration date are validated before granting access to a notebook. If the user logs out, access to the notebook remains enabled until the token expires in a few minutes. Instead of waiting for the token to expire, it should be actively validated against Keycloak to check if the user has logged out.
Currently, only the token's signature and expiration date are validated before granting access to a notebook. If the user logs out, access to the notebook remains enabled until the token expires in a few minutes. Instead of waiting for the token to expire, it should be actively validated against Keycloak to check if the user has logged out.