Hmm. I see. But say u have a user now whose accoun...
# general
r
Hmm. I see. But say u have a user now whose account is enabled. U create a session for them (store accountEnabled true in jwtPayload) and then u want to revoke access to their account later. For this u will have to change that Boolean to false in the jwt. Which is not possible. Since jwtPayload is immutable