WAASUL
What are your thoughts on my application flow? Diagrams attached
@Lounder (Please @ on Reply) You could blacklist there token. Every token has a
issued at
property. In theory, if a member is no longer part of an team. You can blacklist there id with a timestamp. During authorization, check if the user id is present in the cache. If so compare the issued at
from the token against the timestamp from the cache. If the token was issued at after the timestamp
mentioned in the cache. It means the token is newer.56 replies